#294F35

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

Shades of Kaitoke Green #294F35

Tints of Kaitoke Green #294F35

Color information

#294F35 (or 0x294F35) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4F and 35. RGB value is (41,79,53). Sum of RGB (Red+Green+Blue) = 41+79+53=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #294F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F35 is #D6B0CA. Grayscale: #404040. Windows color (decimal): -14069963 or 3493673. OLE color: 3493673.

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

Color convert

RGB417953-
CMYK0.4800.330.69
HSL138.95º31.67%23.53%-
HSV(B)138.95º48.1%30.98%-
XYZ4.356.324.36-
YUV64.67121.41111.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 79 (31.25% from 255) = 45.66%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=23.70%
G=45.66%
B=30.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4179530.4800.330.69138.9531.6723.53
Hex294F3530021458b2018
Octal5111765600411052134030
Binary1010011001111110101110000010000110001011000101110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,79,53); }

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

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

 a { background-color: rgb(41,79,53); }

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

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

 span { border-color: rgb(41,79,53); }

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