#294E34

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

Shades of Kaitoke Green #294E34

Tints of Kaitoke Green #294E34

Color information

#294E34 (or 0x294E34) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4E and 34. RGB value is (41,78,52). Sum of RGB (Red+Green+Blue) = 41+78+52=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #294E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E34 is #D6B1CB. Grayscale: #404040. Windows color (decimal): -14070220 or 3427881. OLE color: 3427881.

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

Color convert

RGB417852-
CMYK0.4700.330.69
HSL137.84º31.09%23.33%-
HSV(B)137.84º47.44%30.59%-
XYZ4.266.174.21-
YUV63.97121.24111.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=23.98%
G=45.61%
B=30.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178520.4700.330.69137.8431.0923.33
Hex294E342F021458a1f17
Octal5111664570411052123727
Binary101001100111011010010111101000011000101100010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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