#2E4E3C

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

Shades of Kaitoke Green #2E4E3C

Tints of Kaitoke Green #2E4E3C

Color information

#2E4E3C (or 0x2E4E3C) is unknown color: approx Kaitoke Green. HEX triplet: 2E, 4E and 3C. RGB value is (46,78,60). Sum of RGB (Red+Green+Blue) = 46+78+60=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #2E4E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4E3C is #D1B1C3. Grayscale: #424242. Windows color (decimal): -13742532 or 3952174. OLE color: 3952174.

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

Color convert

RGB467860-
CMYK0.4100.230.69
HSL146.25º25.81%24.31%-
HSV(B)146.25º41.03%30.59%-
XYZ4.676.365.26-
YUV66.38124.4113.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 42.39%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=25%
G=42.39%
B=32.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4678600.4100.230.69146.2525.8124.31
Hex2E4E3C2901745921a18
Octal5611674510271052223230
Binary10111010011101111001010010101111000101100100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,78,60); }

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

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

 a { background-color: rgb(46,78,60); }

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

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

 span { border-color: rgb(46,78,60); }

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