Html Css Color HEX #08B321 Dark Pastel Green

📋 copy color: '#08B321'

red 8 ◦ green 179 ◦ blue 33

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

Shades of Dark Pastel Green #08B321

Tints of Dark Pastel Green #08B321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 81.36%

 BLUE value IS 33 (13.28% from 255) = 15%

R = 3.64%
G = 81.36%
B = 15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#08B321 (or 0x08B321) is known color: Dark Pastel Green. HEX triplet: 08, B3 and 21. RGB value is (8,179,33). Sum of RGB (Red+Green+Blue) = 8+179+33=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 179 (70.31% from 255 or 81.36% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 179 - color contains mainly: green. Hex color #08B321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08B321 is #F74CDE. Grayscale: #6F6F6F. Windows color (decimal): -16207071 or 2208520. OLE color: 2208520.

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

Color convert

RGB 8 179 33 -
CMYK 0.96 0 0.82 0.30
HSL 128.77º 0.91% 0.37% -
HSV(B) 128.77º 0.96% 0.7% -
XYZ 16.49 32.4 6.82 -
YUV 111.23 83.85 54.37 -
System Red Green Blue C M Y K H S L
Decimal 8 179 33 0.96 0 0.82 0.30 128.77 0.91 0.37
Hex 8 B3 21 60 0 52 1E 81 5B 25
Octal 10 263 41 140 0 122 36 201 133 45
Binary 1000 10110011 100001 1100000 0 1010010 11110 10000001 1011011 100101

Color Harmonies of #08B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B321

Black with #08B321

Text Example


Text Example

White with #08B321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,179,33); }

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

background-color css

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

 a { background-color: rgb(8,179,33); }

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

border-color css

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

 span { border-color: rgb(8,179,33); }

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