#294C38

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

Shades of Kaitoke Green #294C38

Tints of Kaitoke Green #294C38

Color information

#294C38 (or 0x294C38) is unknown color: approx Kaitoke Green. HEX triplet: 29, 4C and 38. RGB value is (41,76,56). Sum of RGB (Red+Green+Blue) = 41+76+56=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #294C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C38 is #D6B3C7. Grayscale: #3F3F3F. Windows color (decimal): -14070728 or 3689513. OLE color: 3689513.

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

Color convert

RGB417656-
CMYK0.4600.260.70
HSL145.71º29.91%22.94%-
HSV(B)145.71º46.05%29.8%-
XYZ4.215.934.66-
YUV63.26123.9112.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 76 (30.08% from 255) = 43.93%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=23.70%
G=43.93%
B=32.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4176560.4600.260.70145.7129.9122.94
Hex294C382E01A46921e17
Octal5111470560321062223627
Binary10100110011001110001011100110101000110100100101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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