#294B33

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

Shades of Kaitoke Green #294B33

Tints of Kaitoke Green #294B33

Color information

#294B33 (or 0x294B33) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4B and 33. RGB value is (41,75,51). Sum of RGB (Red+Green+Blue) = 41+75+51=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #294B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B33 is #D6B4CC. Grayscale: #3E3E3E. Windows color (decimal): -14070989 or 3361577. OLE color: 3361577.

HSL color Cylindrical-coordinate representation of color #294B33: hue angle of 137.65º 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 #294B33 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB417551-
CMYK0.4500.320.71
HSL137.65º29.31%22.75%-
HSV(B)137.65º45.33%29.41%-
XYZ4.035.744.03-
YUV62.1121.74112.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=24.55%
G=44.91%
B=30.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4175510.4500.320.71137.6529.3122.75
Hex294B332D020478a1d17
Octal5111363550401072123527
Binary101001100101111001110110101000001000111100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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