#2E4F3C

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

Shades of Kaitoke Green #2E4F3C

Tints of Kaitoke Green #2E4F3C

Color information

#2E4F3C (or 0x2E4F3C) is unknown color: approx Kaitoke Green. HEX triplet: 2E, 4F and 3C. RGB value is (46,79,60). Sum of RGB (Red+Green+Blue) = 46+79+60=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4F3C is #D1B0C3. Grayscale: #434343. Windows color (decimal): -13742276 or 3952430. OLE color: 3952430.

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

Color convert

RGB467960-
CMYK0.4200.240.69
HSL145.45º26.4%24.51%-
HSV(B)145.45º41.77%30.98%-
XYZ4.746.55.28-
YUV66.97124.07113.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.86%
GREEN value IS 79 (31.25% from 255) = 42.70%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=24.86%
G=42.70%
B=32.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4679600.4200.240.69145.4526.424.51
Hex2E4F3C2A01845911a19
Octal5611774520301052213231
Binary10111010011111111001010100110001000101100100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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