Html Css Color HEX #295036 Kaitoke Green

📋 copy color: '#295036'

red 41 ◦ green 80 ◦ blue 54

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

Shades of Kaitoke Green #295036

Tints of Kaitoke Green #295036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 23.43%
G = 45.71%
B = 30.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#295036 (or 0x295036) is known color: Kaitoke Green. HEX triplet: 29, 50 and 36. RGB value is (41,80,54). Sum of RGB (Red+Green+Blue) = 41+80+54=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #295036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295036 is #D6AFC9. Grayscale: #414141. Windows color (decimal): -14069706 or 3559465. OLE color: 3559465.

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

Color convert

RGB 41 80 54 -
CMYK 0.49 0 0.33 0.69
HSL 140º 0.32% 0.24% -
HSV(B) 140º 0.49% 0.31% -
XYZ 4.45 6.48 4.51 -
YUV 65.38 121.58 110.61 -
System Red Green Blue C M Y K H S L
Decimal 41 80 54 0.49 0 0.33 0.69 140 0.32 0.24
Hex 29 50 36 31 0 21 45 8C 20 18
Octal 51 120 66 61 0 41 105 214 40 30
Binary 101001 1010000 110110 110001 0 100001 1000101 10001100 100000 11000

Color Harmonies of #295036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295036

Black with #295036

Text Example


Text Example

White with #295036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295036; }

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

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

background-color css

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

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

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

border-color css

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

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

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