Html Css Color HEX #295034 Kaitoke Green

📋 copy color: '#295034'

red 41 ◦ green 80 ◦ blue 52

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

Shades of Kaitoke Green #295034

Tints of Kaitoke Green #295034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 23.7%
G = 46.24%
B = 30.06%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#295034 (or 0x295034) is known color: Kaitoke Green. HEX triplet: 29, 50 and 34. RGB value is (41,80,52). Sum of RGB (Red+Green+Blue) = 41+80+52=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #295034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295034 is #D6AFCB. Grayscale: #414141. Windows color (decimal): -14069708 or 3428393. OLE color: 3428393.

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

Color convert

RGB 41 80 52 -
CMYK 0.49 0 0.35 0.69
HSL 136.92º 0.32% 0.24% -
HSV(B) 136.92º 0.49% 0.31% -
XYZ 4.4 6.46 4.26 -
YUV 65.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 41 80 52 0.49 0 0.35 0.69 136.92 0.32 0.24
Hex 29 50 34 31 0 23 45 89 20 18
Octal 51 120 64 61 0 43 105 211 40 30
Binary 101001 1010000 110100 110001 0 100011 1000101 10001001 100000 11000

Color Harmonies of #295034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295034

Black with #295034

Text Example


Text Example

White with #295034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295034; }

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

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

background-color css

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

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

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

border-color css

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

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

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