#008318

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

Shades of Green #008318

Tints of Green #008318

Color information

#008318 (or 0x008318) is unknown color: approx Green. HEX triplet: 00, 83 and 18. RGB value is (0,131,24). Sum of RGB (Red+Green+Blue) = 0+131+24=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 131 (51.56% from 255 or 84.52% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 131 - color contains mainly: green. Hex color #008318 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008318 is #FF7CE7. Grayscale: #4F4F4F. Windows color (decimal): -16743656 or 1606400. OLE color: 1606400.

HSL color Cylindrical-coordinate representation of color #008318: hue angle of 130.99º 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 #008318 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB013124-
CMYK100.820.49
HSL130.99º100%25.69%-
HSV(B)130.99º100%51.37%-
XYZ8.2816.33.57-
YUV79.6396.671.2-

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) = 84.52%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=0%
G=84.52%
B=15.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013124100.820.49130.9910025.69
Hex08318640523183641a
Octal02033014401226120314432
Binary0100000111100011001000101001011000110000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008318; }

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

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

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

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

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

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

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

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