#294E3A

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

Shades of Kaitoke Green #294E3A

Tints of Kaitoke Green #294E3A

Color information

#294E3A (or 0x294E3A) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4E and 3A. RGB value is (41,78,58). Sum of RGB (Red+Green+Blue) = 41+78+58=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #294E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E3A is #D6B1C5. Grayscale: #404040. Windows color (decimal): -14070214 or 3821097. OLE color: 3821097.

HSL color Cylindrical-coordinate representation of color #294E3A: hue angle of 147.57º 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 #294E3A is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB417858-
CMYK0.4700.260.69
HSL147.57º31.09%23.33%-
HSV(B)147.57º47.44%30.59%-
XYZ4.46.234.97-
YUV64.66124.24111.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=23.16%
G=44.07%
B=32.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178580.4700.260.69147.5731.0923.33
Hex294E3A2F01A45941f17
Octal5111672570321052243727
Binary10100110011101110101011110110101000101100101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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