Html Css Color HEX #088213 Green

📋 copy color: '#088213'

red 8 ◦ green 130 ◦ blue 19

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

Shades of Green #088213

Tints of Green #088213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.1%

R = 5.1%
G = 82.8%
B = 12.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#088213 (or 0x088213) is known color: Green. HEX triplet: 08, 82 and 13. RGB value is (8,130,19). Sum of RGB (Red+Green+Blue) = 8+130+19=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 130 (51.17% from 255 or 82.80% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 130 - color contains mainly: green. Hex color #088213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088213 is #F77DEC. Grayscale: #515151. Windows color (decimal): -16219629 or 1278472. OLE color: 1278472.

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

Color convert

RGB 8 130 19 -
CMYK 0.94 0 0.85 0.49
HSL 125.41º 0.88% 0.27% -
HSV(B) 125.41º 0.94% 0.51% -
XYZ 8.2 16.06 3.28 -
YUV 80.87 93.08 76.03 -
System Red Green Blue C M Y K H S L
Decimal 8 130 19 0.94 0 0.85 0.49 125.41 0.88 0.27
Hex 8 82 13 5E 0 55 31 7D 58 1B
Octal 10 202 23 136 0 125 61 175 130 33
Binary 1000 10000010 10011 1011110 0 1010101 110001 1111101 1011000 11011

Color Harmonies of #088213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088213

Black with #088213

Text Example


Text Example

White with #088213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088213; }

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

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

background-color css

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

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

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

border-color css

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

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

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