Html Css Color HEX #29533A Kaitoke Green

📋 copy color: '#29533A'

red 41 ◦ green 83 ◦ blue 58

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

Shades of Kaitoke Green #29533A

Tints of Kaitoke Green #29533A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.6%

 BLUE value IS 58 (23.05% from 255) = 31.87%

R = 22.53%
G = 45.6%
B = 31.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#29533A (or 0x29533A) is known color: Kaitoke Green. HEX triplet: 29, 53 and 3A. RGB value is (41,83,58). Sum of RGB (Red+Green+Blue) = 41+83+58=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #29533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29533A is #D6ACC5. Grayscale: #434343. Windows color (decimal): -14068934 or 3822377. OLE color: 3822377.

HSL color Cylindrical-coordinate representation of color #29533A: hue angle of 144.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29533A is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 83 58 -
CMYK 0.51 0 0.30 0.67
HSL 144.29º 0.34% 0.24% -
HSV(B) 144.29º 0.51% 0.33% -
XYZ 4.77 6.96 5.1 -
YUV 67.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 41 83 58 0.51 0 0.30 0.67 144.29 0.34 0.24
Hex 29 53 3A 33 0 1E 43 90 22 18
Octal 51 123 72 63 0 36 103 220 42 30
Binary 101001 1010011 111010 110011 0 11110 1000011 10010000 100010 11000

Color Harmonies of #29533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29533A

Black with #29533A

Text Example


Text Example

White with #29533A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29533A; }

 p { color: rgb(41,83,58); }

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

background-color css

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

 a { background-color: rgb(41,83,58); }

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

border-color css

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

 span { border-color: rgb(41,83,58); }

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