Html Css Color HEX #0BB320 Dark Pastel Green

📋 copy color: '#0BB320'

red 11 ◦ green 179 ◦ blue 32

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

Shades of Dark Pastel Green #0BB320

Tints of Dark Pastel Green #0BB320

RGB

 RED value IS 11 (4.69% from 255) = 4.95%

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

 BLUE value IS 32 (12.89% from 255) = 14.41%

R = 4.95%
G = 80.63%
B = 14.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#0BB320 (or 0x0BB320) is known color: Dark Pastel Green. HEX triplet: 0B, B3 and 20. RGB value is (11,179,32). Sum of RGB (Red+Green+Blue) = 11+179+32=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 179 (70.31% from 255 or 80.63% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB320 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB320 is #F44CDF. Grayscale: #707070. Windows color (decimal): -16010464 or 2142987. OLE color: 2142987.

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

Color convert

RGB 11 179 32 -
CMYK 0.94 0 0.82 0.30
HSL 127.5º 0.88% 0.37% -
HSV(B) 127.5º 0.94% 0.7% -
XYZ 16.52 32.42 6.75 -
YUV 112.01 82.84 55.95 -
System Red Green Blue C M Y K H S L
Decimal 11 179 32 0.94 0 0.82 0.30 127.5 0.88 0.37
Hex B B3 20 5E 0 52 1E 80 58 25
Octal 13 263 40 136 0 122 36 200 130 45
Binary 1011 10110011 100000 1011110 0 1010010 11110 10000000 1011000 100101

Color Harmonies of #0BB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB320

Black with #0BB320

Text Example


Text Example

White with #0BB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BB320; }

 p { color: rgb(11,179,32); }

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

background-color css

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

 a { background-color: rgb(11,179,32); }

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

border-color css

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

 span { border-color: rgb(11,179,32); }

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