#12730B

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

Shades of Green #12730B

Tints of Green #12730B

Color information

#12730B (or 0x12730B) is unknown color: approx Green. HEX triplet: 12, 73 and 0B. RGB value is (18,115,11). Sum of RGB (Red+Green+Blue) = 18+115+11=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 115 (45.31% from 255 or 79.86% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 115 - color contains mainly: green. Hex color #12730B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12730B is #ED8CF4. Grayscale: #4A4A4A. Windows color (decimal): -15568117 or 750354. OLE color: 750354.

HSL color Cylindrical-coordinate representation of color #12730B: hue angle of 115.96º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12730B is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1811511-
CMYK0.8400.900.55
HSL115.96º82.54%24.71%-
HSV(B)115.96º90.43%45.1%-
XYZ6.4412.412.37-
YUV74.1492.3687.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 115 (45.31% from 255) = 79.86%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=12.5%
G=79.86%
B=7.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115110.8400.900.55115.9682.5424.71
Hex1273B5405A37745319
Octal221631312401326716412331
Binary10010111001110111010100010110101101111110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12730B; }

 p { color: rgb(18,115,11); }

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

<style>
 a { background-color: #12730B; }

 a { background-color: rgb(18,115,11); }

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

<style>
 span { border-color: #12730B; }

 span { border-color: rgb(18,115,11); }

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