#294D35

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

Shades of Kaitoke Green #294D35

Tints of Kaitoke Green #294D35

Color information

#294D35 (or 0x294D35) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4D and 35. RGB value is (41,77,53). Sum of RGB (Red+Green+Blue) = 41+77+53=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #294D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D35 is #D6B2CA. Grayscale: #3F3F3F. Windows color (decimal): -14070475 or 3493161. OLE color: 3493161.

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

Color convert

RGB417753-
CMYK0.4700.310.70
HSL140º30.51%23.14%-
HSV(B)140º46.75%30.2%-
XYZ4.216.044.31-
YUV63.5122.07111.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 77 (30.47% from 255) = 45.03%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=23.98%
G=45.03%
B=30.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4177530.4700.310.7014030.5123.14
Hex294D352F01F468c1f17
Octal5111565570371062143727
Binary10100110011011101011011110111111000110100011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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