Html Css Color HEX #295037 Kaitoke Green

📋 copy color: '#295037'

red 41 ◦ green 80 ◦ blue 55

#295037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #295037

Tints of Kaitoke Green #295037

RGB

 RED value IS 41 (16.41% from 255) = 23.3%

 GREEN value IS 80 (31.64% from 255) = 45.45%

 BLUE value IS 55 (21.88% from 255) = 31.25%

R = 23.3%
G = 45.45%
B = 31.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#295037 (or 0x295037) is known color: Kaitoke Green. HEX triplet: 29, 50 and 37. RGB value is (41,80,55). Sum of RGB (Red+Green+Blue) = 41+80+55=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #295037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295037 is #D6AFC8. Grayscale: #414141. Windows color (decimal): -14069705 or 3625001. OLE color: 3625001.

HSL color Cylindrical-coordinate representation of color #295037: hue angle of 141.54º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295037 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 55 -
CMYK 0.49 0 0.31 0.69
HSL 141.54º 0.32% 0.24% -
HSV(B) 141.54º 0.49% 0.31% -
XYZ 4.47 6.48 4.63 -
YUV 65.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 41 80 55 0.49 0 0.31 0.69 141.54 0.32 0.24
Hex 29 50 37 31 0 1F 45 8E 20 18
Octal 51 120 67 61 0 37 105 216 40 30
Binary 101001 1010000 110111 110001 0 11111 1000101 10001110 100000 11000

Color Harmonies of #295037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295037

Black with #295037

Text Example


Text Example

White with #295037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295037; }

 p { color: rgb(41,80,55); }

 H1.HeaderClassName
 {
   color: #295037;
 }
 .AnyTagClassName
 {
   color: #295037;
 }
</style>

background-color css

<style>
 a { background-color: #295037; }

 a { background-color: rgb(41,80,55); }

 div.DivClassName
 {
   background-color: #295037;
 }
 .BgClassName
 {
   background-color: #295037;
 }
</style>

border-color css

<style>
 span { border-color: #295037; }

 span { border-color: rgb(41,80,55); }

 td.TdClassName
 {
   border-color: #295037;
 }
 .TagClassName
 {
   border-color: #295037;
 }
</style>