#2E503C

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

Shades of Kaitoke Green #2E503C

Tints of Kaitoke Green #2E503C

Color information

#2E503C (or 0x2E503C) is unknown color: approx Kaitoke Green. HEX triplet: 2E, 50 and 3C. RGB value is (46,80,60). Sum of RGB (Red+Green+Blue) = 46+80+60=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #2E503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E503C is #D1AFC3. Grayscale: #434343. Windows color (decimal): -13742020 or 3952686. OLE color: 3952686.

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

Color convert

RGB468060-
CMYK0.4200.250.69
HSL144.71º26.98%24.71%-
HSV(B)144.71º42.5%31.37%-
XYZ4.816.645.3-
YUV67.55123.74112.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 60 (23.83% from 255) = 32.26%
R=24.73%
G=43.01%
B=32.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4680600.4200.250.69144.7126.9824.71
Hex2E503C2A01945911b19
Octal5612074520311052213331
Binary10111010100001111001010100110011000101100100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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