#294B36

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

Shades of Kaitoke Green #294B36

Tints of Kaitoke Green #294B36

Color information

#294B36 (or 0x294B36) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4B and 36. RGB value is (41,75,54). Sum of RGB (Red+Green+Blue) = 41+75+54=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #294B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B36 is #D6B4C9. Grayscale: #3E3E3E. Windows color (decimal): -14070986 or 3558185. OLE color: 3558185.

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

Color convert

RGB417554-
CMYK0.4500.280.71
HSL142.94º29.31%22.75%-
HSV(B)142.94º45.33%29.41%-
XYZ4.15.774.39-
YUV62.44123.24112.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 75 (29.69% from 255) = 44.12%
BLUE value IS 54 (21.48% from 255) = 31.76%
R=24.12%
G=44.12%
B=31.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4175540.4500.280.71142.9429.3122.75
Hex294B362D01C478f1d17
Octal5111366550341072173527
Binary10100110010111101101011010111001000111100011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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