#008302

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

Shades of Green #008302

Tints of Green #008302

Color information

#008302 (or 0x008302) is unknown color: approx Green. HEX triplet: 00, 83 and 02. RGB value is (0,131,2). Sum of RGB (Red+Green+Blue) = 0+131+2=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 131 (51.56% from 255 or 98.50% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 131 - color contains mainly: green. Hex color #008302 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008302 is #FF7CFD. Grayscale: #4D4D4D. Windows color (decimal): -16743678 or 164608. OLE color: 164608.

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

Color convert

RGB01312-
CMYK100.980.49
HSL120.92º100%25.69%-
HSV(B)120.92º100%51.37%-
XYZ8.1316.242.76-
YUV77.1285.672.99-

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) = 98.50%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=0%
G=98.50%
B=1.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01312100.980.49120.9210025.69
Hex0832640623179641a
Octal0203214401426117114432
Binary010000011101100100011000101100011111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008302; }

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

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

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

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

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

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

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

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