Html Css Color HEX #08B222 Dark Pastel Green

📋 copy color: '#08B222'

red 8 ◦ green 178 ◦ blue 34

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

Shades of Dark Pastel Green #08B222

Tints of Dark Pastel Green #08B222

RGB

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

 GREEN value IS 178 (69.92% from 255) = 80.91%

 BLUE value IS 34 (13.67% from 255) = 15.45%

R = 3.64%
G = 80.91%
B = 15.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#08B222 (or 0x08B222) is known color: Dark Pastel Green. HEX triplet: 08, B2 and 22. RGB value is (8,178,34). Sum of RGB (Red+Green+Blue) = 8+178+34=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 178 (69.92% from 255 or 80.91% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 178 - color contains mainly: green. Hex color #08B222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08B222 is #F74DDD. Grayscale: #6F6F6F. Windows color (decimal): -16207326 or 2273800. OLE color: 2273800.

HSL color Cylindrical-coordinate representation of color #08B222: hue angle of 129.18º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B222 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 178 34 -
CMYK 0.96 0 0.81 0.30
HSL 129.18º 0.91% 0.36% -
HSV(B) 129.18º 0.96% 0.7% -
XYZ 16.31 32.01 6.83 -
YUV 110.75 84.68 54.71 -
System Red Green Blue C M Y K H S L
Decimal 8 178 34 0.96 0 0.81 0.30 129.18 0.91 0.36
Hex 8 B2 22 60 0 51 1E 81 5B 24
Octal 10 262 42 140 0 121 36 201 133 44
Binary 1000 10110010 100010 1100000 0 1010001 11110 10000001 1011011 100100

Color Harmonies of #08B222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B222

Black with #08B222

Text Example


Text Example

White with #08B222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08B222; }

 p { color: rgb(8,178,34); }

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

background-color css

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

 a { background-color: rgb(8,178,34); }

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

border-color css

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

 span { border-color: rgb(8,178,34); }

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