Html Css Color HEX #088202 Green

📋 copy color: '#088202'

red 8 ◦ green 130 ◦ blue 2

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

Shades of Green #088202

Tints of Green #088202

RGB

 RED value IS 8 (3.52% from 255) = 5.71%

 GREEN value IS 130 (51.17% from 255) = 92.86%

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

R = 5.71%
G = 92.86%
B = 1.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#088202 (or 0x088202) is known color: Green. HEX triplet: 08, 82 and 02. RGB value is (8,130,2). Sum of RGB (Red+Green+Blue) = 8+130+2=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 130 (51.17% from 255 or 92.86% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 130 - color contains mainly: green. Hex color #088202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088202 is #F77DFD. Grayscale: #4F4F4F. Windows color (decimal): -16219646 or 164360. OLE color: 164360.

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

Color convert

RGB 8 130 2 -
CMYK 0.94 0 0.98 0.49
HSL 117.19º 0.97% 0.26% -
HSV(B) 117.19º 0.98% 0.51% -
XYZ 8.09 16.02 2.72 -
YUV 78.93 84.58 77.41 -
System Red Green Blue C M Y K H S L
Decimal 8 130 2 0.94 0 0.98 0.49 117.19 0.97 0.26
Hex 8 82 2 5E 0 62 31 75 61 1A
Octal 10 202 2 136 0 142 61 165 141 32
Binary 1000 10000010 10 1011110 0 1100010 110001 1110101 1100001 11010

Color Harmonies of #088202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088202

Black with #088202

Text Example


Text Example

White with #088202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088202; }

 p { color: rgb(8,130,2); }

 H1.HeaderClassName
 {
   color: #088202;
 }
 .AnyTagClassName
 {
   color: #088202;
 }
</style>

background-color css

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

 a { background-color: rgb(8,130,2); }

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

border-color css

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

 span { border-color: rgb(8,130,2); }

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