Html Css Color HEX #295039 Kaitoke Green

📋 copy color: '#295039'

red 41 ◦ green 80 ◦ blue 57

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

Shades of Kaitoke Green #295039

Tints of Kaitoke Green #295039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.02%

R = 23.03%
G = 44.94%
B = 32.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#295039 (or 0x295039) is known color: Kaitoke Green. HEX triplet: 29, 50 and 39. RGB value is (41,80,57). Sum of RGB (Red+Green+Blue) = 41+80+57=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #295039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295039 is #D6AFC6. Grayscale: #414141. Windows color (decimal): -14069703 or 3756073. OLE color: 3756073.

HSL color Cylindrical-coordinate representation of color #295039: hue angle of 144.62º 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 #295039 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 57 -
CMYK 0.49 0 0.29 0.69
HSL 144.62º 0.32% 0.24% -
HSV(B) 144.62º 0.49% 0.31% -
XYZ 4.52 6.5 4.89 -
YUV 65.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 41 80 57 0.49 0 0.29 0.69 144.62 0.32 0.24
Hex 29 50 39 31 0 1D 45 91 20 18
Octal 51 120 71 61 0 35 105 221 40 30
Binary 101001 1010000 111001 110001 0 11101 1000101 10010001 100000 11000

Color Harmonies of #295039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295039

Black with #295039

Text Example


Text Example

White with #295039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295039; }

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

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

background-color css

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

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

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

border-color css

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

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

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