#294D38

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

Shades of Kaitoke Green #294D38

Tints of Kaitoke Green #294D38

Color information

#294D38 (or 0x294D38) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4D and 38. RGB value is (41,77,56). Sum of RGB (Red+Green+Blue) = 41+77+56=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #294D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D38 is #D6B2C7. Grayscale: #3F3F3F. Windows color (decimal): -14070472 or 3689769. OLE color: 3689769.

HSL color Cylindrical-coordinate representation of color #294D38: hue angle of 145º 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 #294D38 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.70.

Color convert

RGB417756-
CMYK0.4700.270.70
HSL145º30.51%23.14%-
HSV(B)145º46.75%30.2%-
XYZ4.286.064.69-
YUV63.84123.57111.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 77 (30.47% from 255) = 44.25%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=23.56%
G=44.25%
B=32.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4177560.4700.270.7014530.5123.14
Hex294D382F01B46911f17
Octal5111570570331062213727
Binary10100110011011110001011110110111000110100100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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