#2C4E38

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

Shades of Kaitoke Green #2C4E38

Tints of Kaitoke Green #2C4E38

Color information

#2C4E38 (or 0x2C4E38) is unknown color: approx Kaitoke Green. HEX triplet: 2C, 4E and 38. RGB value is (44,78,56). Sum of RGB (Red+Green+Blue) = 44+78+56=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 78 - color contains mainly: green. Hex color #2C4E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4E38 is #D3B1C7. Grayscale: #414141. Windows color (decimal): -13873608 or 3690028. OLE color: 3690028.

HSL color Cylindrical-coordinate representation of color #2C4E38: hue angle of 141.18º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C4E38 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB447856-
CMYK0.4400.280.69
HSL141.18º27.87%23.92%-
HSV(B)141.18º43.59%30.59%-
XYZ4.486.274.72-
YUV65.33122.74112.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.72%
GREEN value IS 78 (30.86% from 255) = 43.82%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=24.72%
G=43.82%
B=31.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4478560.4400.280.69141.1827.8723.92
Hex2C4E382C01C458d1c18
Octal5411670540341052153430
Binary10110010011101110001011000111001000101100011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C4E38; }

 p { color: rgb(44,78,56); }

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

<style>
 a { background-color: #2C4E38; }

 a { background-color: rgb(44,78,56); }

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

<style>
 span { border-color: #2C4E38; }

 span { border-color: rgb(44,78,56); }

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