#2E4F3D

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

Shades of Kaitoke Green #2E4F3D

Tints of Kaitoke Green #2E4F3D

Color information

#2E4F3D (or 0x2E4F3D) is unknown color: approx Kaitoke Green. HEX triplet: 2E, 4F and 3D. RGB value is (46,79,61). Sum of RGB (Red+Green+Blue) = 46+79+61=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4F3D is #D1B0C2. Grayscale: #434343. Windows color (decimal): -13742275 or 4017966. OLE color: 4017966.

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

Color convert

RGB467961-
CMYK0.4200.230.69
HSL147.27º26.4%24.51%-
HSV(B)147.27º41.77%30.98%-
XYZ4.776.515.42-
YUV67.08124.57112.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=24.73%
G=42.47%
B=32.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4679610.4200.230.69147.2726.424.51
Hex2E4F3D2A01745931a19
Octal5611775520271052233231
Binary10111010011111111011010100101111000101100100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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