#294A33

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

Shades of Kaitoke Green #294A33

Tints of Kaitoke Green #294A33

Color information

#294A33 (or 0x294A33) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4A and 33. RGB value is (41,74,51). Sum of RGB (Red+Green+Blue) = 41+74+51=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #294A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A33 is #D6B5CC. Grayscale: #3D3D3D. Windows color (decimal): -14071245 or 3361321. OLE color: 3361321.

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

Color convert

RGB417451-
CMYK0.4500.310.71
HSL138.18º28.7%22.55%-
HSV(B)138.18º44.59%29.02%-
XYZ3.965.614.01-
YUV61.51122.07113.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 74 (29.30% from 255) = 44.58%
BLUE value IS 51 (20.31% from 255) = 30.72%
R=24.70%
G=44.58%
B=30.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4174510.4500.310.71138.1828.722.55
Hex294A332D01F478a1d17
Octal5111263550371072123527
Binary10100110010101100111011010111111000111100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,74,51); }

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

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

 a { background-color: rgb(41,74,51); }

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

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

 span { border-color: rgb(41,74,51); }

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