Html Css Color HEX #0BB720 Dark Pastel Green

📋 copy color: '#0BB720'

red 11 ◦ green 183 ◦ blue 32

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

Shades of Dark Pastel Green #0BB720

Tints of Dark Pastel Green #0BB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 80.97%

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

R = 4.87%
G = 80.97%
B = 14.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#0BB720 (or 0x0BB720) is known color: Dark Pastel Green. HEX triplet: 0B, B7 and 20. RGB value is (11,183,32). Sum of RGB (Red+Green+Blue) = 11+183+32=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 183 (71.88% from 255 or 80.97% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB720 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB720 is #F448DF. Grayscale: #727272. Windows color (decimal): -16009440 or 2144011. OLE color: 2144011.

HSL color Cylindrical-coordinate representation of color #0BB720: hue angle of 127.33º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB720 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 11 183 32 -
CMYK 0.94 0 0.83 0.28
HSL 127.33º 0.89% 0.38% -
HSV(B) 127.33º 0.94% 0.72% -
XYZ 17.33 34.04 7.02 -
YUV 114.36 81.52 54.28 -
System Red Green Blue C M Y K H S L
Decimal 11 183 32 0.94 0 0.83 0.28 127.33 0.89 0.38
Hex B B7 20 5E 0 53 1C 7F 59 26
Octal 13 267 40 136 0 123 34 177 131 46
Binary 1011 10110111 100000 1011110 0 1010011 11100 1111111 1011001 100110

Color Harmonies of #0BB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB720

Black with #0BB720

Text Example


Text Example

White with #0BB720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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