Html Css Color HEX #295232 Kaitoke Green

📋 copy color: '#295232'

red 41 ◦ green 82 ◦ blue 50

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

Shades of Kaitoke Green #295232

Tints of Kaitoke Green #295232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.4%

 BLUE value IS 50 (19.92% from 255) = 28.9%

R = 23.7%
G = 47.4%
B = 28.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#295232 (or 0x295232) is known color: Kaitoke Green. HEX triplet: 29, 52 and 32. RGB value is (41,82,50). Sum of RGB (Red+Green+Blue) = 41+82+50=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #295232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295232 is #D6ADCD. Grayscale: #424242. Windows color (decimal): -14069198 or 3297833. OLE color: 3297833.

HSL color Cylindrical-coordinate representation of color #295232: hue angle of 133.17º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #295232 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 82 50 -
CMYK 0.50 0 0.39 0.68
HSL 133.17º 0.33% 0.24% -
HSV(B) 133.17º 0.5% 0.32% -
XYZ 4.51 6.74 4.08 -
YUV 66.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 41 82 50 0.50 0 0.39 0.68 133.17 0.33 0.24
Hex 29 52 32 32 0 27 44 85 21 18
Octal 51 122 62 62 0 47 104 205 41 30
Binary 101001 1010010 110010 110010 0 100111 1000100 10000101 100001 11000

Color Harmonies of #295232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295232

Black with #295232

Text Example


Text Example

White with #295232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295232; }

 p { color: rgb(41,82,50); }

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

background-color css

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

 a { background-color: rgb(41,82,50); }

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

border-color css

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

 span { border-color: rgb(41,82,50); }

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