#2E503E

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

Shades of Kaitoke Green #2E503E

Tints of Kaitoke Green #2E503E

Color information

#2E503E (or 0x2E503E) is unknown color: approx Kaitoke Green. HEX triplet: 2E, 50 and 3E. RGB value is (46,80,62). Sum of RGB (Red+Green+Blue) = 46+80+62=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #2E503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E503E is #D1AFC1. Grayscale: #434343. Windows color (decimal): -13742018 or 4083758. OLE color: 4083758.

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

Color convert

RGB468062-
CMYK0.4200.220.69
HSL148.24º26.98%24.71%-
HSV(B)148.24º42.5%31.37%-
XYZ4.866.675.59-
YUV67.78124.74112.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.47%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=24.47%
G=42.55%
B=32.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4680620.4200.220.69148.2426.9824.71
Hex2E503E2A01645941b19
Octal5612076520261052243331
Binary10111010100001111101010100101101000101100101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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