Html Css Color HEX #295239 Kaitoke Green

📋 copy color: '#295239'

red 41 ◦ green 82 ◦ blue 57

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

Shades of Kaitoke Green #295239

Tints of Kaitoke Green #295239

RGB

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

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

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

R = 22.78%
G = 45.56%
B = 31.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#295239 (or 0x295239) is known color: Kaitoke Green. HEX triplet: 29, 52 and 39. RGB value is (41,82,57). Sum of RGB (Red+Green+Blue) = 41+82+57=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #295239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295239 is #D6ADC6. Grayscale: #424242. Windows color (decimal): -14069191 or 3756585. OLE color: 3756585.

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

Color convert

RGB 41 82 57 -
CMYK 0.50 0 0.30 0.68
HSL 143.41º 0.33% 0.24% -
HSV(B) 143.41º 0.5% 0.32% -
XYZ 4.67 6.8 4.94 -
YUV 66.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 41 82 57 0.50 0 0.30 0.68 143.41 0.33 0.24
Hex 29 52 39 32 0 1E 44 8F 21 18
Octal 51 122 71 62 0 36 104 217 41 30
Binary 101001 1010010 111001 110010 0 11110 1000100 10001111 100001 11000

Color Harmonies of #295239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295239

Black with #295239

Text Example


Text Example

White with #295239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295239; }

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

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

background-color css

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

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

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

border-color css

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

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

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