Html Css Color HEX #295033 Kaitoke Green

📋 copy color: '#295033'

red 41 ◦ green 80 ◦ blue 51

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

Shades of Kaitoke Green #295033

Tints of Kaitoke Green #295033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 23.84%
G = 46.51%
B = 29.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#295033 (or 0x295033) is known color: Kaitoke Green. HEX triplet: 29, 50 and 33. RGB value is (41,80,51). Sum of RGB (Red+Green+Blue) = 41+80+51=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #295033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295033 is #D6AFCC. Grayscale: #414141. Windows color (decimal): -14069709 or 3362857. OLE color: 3362857.

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

Color convert

RGB 41 80 51 -
CMYK 0.49 0 0.36 0.69
HSL 135.38º 0.32% 0.24% -
HSV(B) 135.38º 0.49% 0.31% -
XYZ 4.38 6.45 4.15 -
YUV 65.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 41 80 51 0.49 0 0.36 0.69 135.38 0.32 0.24
Hex 29 50 33 31 0 24 45 87 20 18
Octal 51 120 63 61 0 44 105 207 40 30
Binary 101001 1010000 110011 110001 0 100100 1000101 10000111 100000 11000

Color Harmonies of #295033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295033

Black with #295033

Text Example


Text Example

White with #295033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295033; }

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

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

background-color css

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

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

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

border-color css

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

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

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