#128307

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

Shades of Green #128307

Tints of Green #128307

Color information

#128307 (or 0x128307) is unknown color: approx Green. HEX triplet: 12, 83 and 07. RGB value is (18,131,7). Sum of RGB (Red+Green+Blue) = 18+131+7=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 131 (51.56% from 255 or 83.97% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 131 - color contains mainly: green. Hex color #128307 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128307 is #ED7CF8. Grayscale: #535353. Windows color (decimal): -15564025 or 492306. OLE color: 492306.

HSL color Cylindrical-coordinate representation of color #128307: hue angle of 114.68º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #128307 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB181317-
CMYK0.8600.950.49
HSL114.68º89.86%27.06%-
HSV(B)114.68º94.66%51.37%-
XYZ8.416.382.92-
YUV83.0885.0681.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 131 (51.56% from 255) = 83.97%
BLUE value IS 7 (3.12% from 255) = 4.49%
R=11.54%
G=83.97%
B=4.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1813170.8600.950.49114.6889.8627.06
Hex128375605F31735a1b
Octal22203712601376116313233
Binary10010100000111111010110010111111100011110011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128307; }

 p { color: rgb(18,131,7); }

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

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

 a { background-color: rgb(18,131,7); }

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

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

 span { border-color: rgb(18,131,7); }

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