Html Css Color HEX #295236 Kaitoke Green

📋 copy color: '#295236'

red 41 ◦ green 82 ◦ blue 54

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

Shades of Kaitoke Green #295236

Tints of Kaitoke Green #295236

RGB

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

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

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

R = 23.16%
G = 46.33%
B = 30.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#295236 (or 0x295236) is known color: Kaitoke Green. HEX triplet: 29, 52 and 36. RGB value is (41,82,54). Sum of RGB (Red+Green+Blue) = 41+82+54=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #295236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295236 is #D6ADC9. Grayscale: #424242. Windows color (decimal): -14069194 or 3559977. OLE color: 3559977.

HSL color Cylindrical-coordinate representation of color #295236: hue angle of 139.02º 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 #295236 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 82 54 -
CMYK 0.50 0 0.34 0.68
HSL 139.02º 0.33% 0.24% -
HSV(B) 139.02º 0.5% 0.32% -
XYZ 4.6 6.77 4.55 -
YUV 66.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 41 82 54 0.50 0 0.34 0.68 139.02 0.33 0.24
Hex 29 52 36 32 0 22 44 8B 21 18
Octal 51 122 66 62 0 42 104 213 41 30
Binary 101001 1010010 110110 110010 0 100010 1000100 10001011 100001 11000

Color Harmonies of #295236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295236

Black with #295236

Text Example


Text Example

White with #295236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295236; }

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

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

background-color css

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

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

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

border-color css

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

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

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