#2C4E3B

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

Shades of Kaitoke Green #2C4E3B

Tints of Kaitoke Green #2C4E3B

Color information

#2C4E3B (or 0x2C4E3B) is unknown color: approx Kaitoke Green. HEX triplet: 2C, 4E and 3B. RGB value is (44,78,59). Sum of RGB (Red+Green+Blue) = 44+78+59=181 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.31% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 78 - color contains mainly: green. Hex color #2C4E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4E3B is #D3B1C4. Grayscale: #414141. Windows color (decimal): -13873605 or 3886636. OLE color: 3886636.

HSL color Cylindrical-coordinate representation of color #2C4E3B: hue angle of 146.47º 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 #2C4E3B is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB447859-
CMYK0.4400.240.69
HSL146.47º27.87%23.92%-
HSV(B)146.47º43.59%30.59%-
XYZ4.556.35.11-
YUV65.67124.24112.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.31%
GREEN value IS 78 (30.86% from 255) = 43.09%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=24.31%
G=43.09%
B=32.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4478590.4400.240.69146.4727.8723.92
Hex2C4E3B2C01845921c18
Octal5411673540301052223430
Binary10110010011101110111011000110001000101100100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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