#294D34

Color #294D34 Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #294D34

Tints of Kaitoke Green #294D34

Color information

#294D34 (or 0x294D34) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4D and 34. RGB value is (41,77,52). Sum of RGB (Red+Green+Blue) = 41+77+52=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 77 - color contains mainly: green. Hex color #294D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D34 is #D6B2CB. Grayscale: #3F3F3F. Windows color (decimal): -14070476 or 3427625. OLE color: 3427625.

HSL color Cylindrical-coordinate representation of color #294D34: hue angle of 138.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294D34 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB417752-
CMYK0.4700.320.70
HSL138.33º30.51%23.14%-
HSV(B)138.33º46.75%30.2%-
XYZ4.196.034.19-
YUV63.39121.57112.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 77 (30.47% from 255) = 45.29%
BLUE value IS 52 (20.70% from 255) = 30.59%
R=24.12%
G=45.29%
B=30.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4177520.4700.320.70138.3330.5123.14
Hex294D342F020468a1f17
Octal5111564570401062123727
Binary101001100110111010010111101000001000110100010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294D34; }

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

 H1.HeaderClassName
 {
   color: #294D34;
 }
 .AnyTagClassName
 {
   color: #294D34;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #294D34;
 }
 .BgClassName
 {
   background-color: #294D34;
 }
</style>
border-color css

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

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

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