#2E5340

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

Shades of Kaitoke Green #2E5340

Tints of Kaitoke Green #2E5340

Color information

#2E5340 (or 0x2E5340) is unknown color: approx Kaitoke Green. HEX triplet: 2E, 53 and 40. RGB value is (46,83,64). Sum of RGB (Red+Green+Blue) = 46+83+64=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5340 is #D1ACBF. Grayscale: #454545. Windows color (decimal): -13741248 or 4215598. OLE color: 4215598.

HSL color Cylindrical-coordinate representation of color #2E5340: hue angle of 149.19º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E5340 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB468364-
CMYK0.4500.230.67
HSL149.19º28.68%25.29%-
HSV(B)149.19º44.58%32.55%-
XYZ5.157.145.96-
YUV69.77124.74111.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.83%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=23.83%
G=43.01%
B=33.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4683640.4500.230.67149.1928.6825.29
Hex2E53402D01743951d19
Octal56123100550271032253531
Binary101110101001110000001011010101111000011100101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,83,64); }

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

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

 a { background-color: rgb(46,83,64); }

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

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

 span { border-color: rgb(46,83,64); }

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