#2E513E

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

Shades of Kaitoke Green #2E513E

Tints of Kaitoke Green #2E513E

Color information

#2E513E (or 0x2E513E) is unknown color: approx Kaitoke Green. HEX triplet: 2E, 51 and 3E. RGB value is (46,81,62). Sum of RGB (Red+Green+Blue) = 46+81+62=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #2E513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E513E is #D1AEC1. Grayscale: #444444. Windows color (decimal): -13741762 or 4084014. OLE color: 4084014.

HSL color Cylindrical-coordinate representation of color #2E513E: hue angle of 147.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E513E is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB468162-
CMYK0.4300.230.68
HSL147.43º27.56%24.9%-
HSV(B)147.43º43.21%31.76%-
XYZ4.946.815.61-
YUV68.37124.4112.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.34%
GREEN value IS 81 (32.03% from 255) = 42.86%
BLUE value IS 62 (24.61% from 255) = 32.80%
R=24.34%
G=42.86%
B=32.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681620.4300.230.68147.4327.5624.9
Hex2E513E2B01744931c19
Octal5612176530271042233431
Binary10111010100011111101010110101111000100100100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,81,62); }

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

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

 a { background-color: rgb(46,81,62); }

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

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

 span { border-color: rgb(46,81,62); }

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