Html Css Color HEX #008302 Green

📋 copy color: '#008302'

red 0 ◦ green 131 ◦ blue 2

#008302
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #008302

Tints of Green #008302

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 131 (51.56% from 255) = 98.5%

 BLUE value IS 2 (1.17% from 255) = 1.5%

R = 0%
G = 98.5%
B = 1.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#008302 (or 0x008302) is known color: 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

RGB 0 131 2 -
CMYK 1 0 0.98 0.49
HSL 120.92º 1% 0.26% -
HSV(B) 120.92º 1% 0.51% -
XYZ 8.13 16.24 2.76 -
YUV 77.13 85.6 72.99 -
System Red Green Blue C M Y K H S L
Decimal 0 131 2 1 0 0.98 0.49 120.92 1 0.26
Hex 0 83 2 64 0 62 31 79 64 1A
Octal 0 203 2 144 0 142 61 171 144 32
Binary 0 10000011 10 1100100 0 1100010 110001 1111001 1100100 11010

Color Harmonies of #008302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008302

Black with #008302

Text Example


Text Example

White with #008302

Text Example


Text Example

HTML Codes & Css Web 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>