#008307

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

Shades of Green #008307

Tints of Green #008307

Color information

#008307 (or 0x008307) is unknown color: approx Green. HEX triplet: 00, 83 and 07. RGB value is (0,131,7). Sum of RGB (Red+Green+Blue) = 0+131+7=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 131 (51.56% from 255 or 94.93% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 131 - color contains mainly: green. Hex color #008307 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008307 is #FF7CF8. Grayscale: #4E4E4E. Windows color (decimal): -16743673 or 492288. OLE color: 492288.

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

Color convert

RGB01317-
CMYK100.950.49
HSL123.21º100%25.69%-
HSV(B)123.21º100%51.37%-
XYZ8.1516.252.91-
YUV77.6988.172.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 94.93%
BLUE value IS 7 (3.12% from 255) = 5.07%
R=0%
G=94.93%
B=5.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01317100.950.49123.2110025.69
Hex08376405F317b641a
Octal0203714401376117314432
Binary0100000111111100100010111111100011111011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008307; }

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

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

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

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

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

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

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

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