Html Css Color HEX #0BB628 Dark Pastel Green

📋 copy color: '#0BB628'

red 11 ◦ green 182 ◦ blue 40

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

Shades of Dark Pastel Green #0BB628

Tints of Dark Pastel Green #0BB628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 78.11%

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 4.72%
G = 78.11%
B = 17.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#0BB628 (or 0x0BB628) is known color: Dark Pastel Green. HEX triplet: 0B, B6 and 28. RGB value is (11,182,40). Sum of RGB (Red+Green+Blue) = 11+182+40=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 182 (71.48% from 255 or 78.11% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB628 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB628 is #F449D7. Grayscale: #737373. Windows color (decimal): -16009688 or 2668043. OLE color: 2668043.

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

Color convert

RGB 11 182 40 -
CMYK 0.94 0 0.78 0.29
HSL 130.18º 0.89% 0.38% -
HSV(B) 130.18º 0.94% 0.71% -
XYZ 17.25 33.68 7.6 -
YUV 114.68 85.85 54.05 -
System Red Green Blue C M Y K H S L
Decimal 11 182 40 0.94 0 0.78 0.29 130.18 0.89 0.38
Hex B B6 28 5E 0 4E 1D 82 59 26
Octal 13 266 50 136 0 116 35 202 131 46
Binary 1011 10110110 101000 1011110 0 1001110 11101 10000010 1011001 100110

Color Harmonies of #0BB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB628

Black with #0BB628

Text Example


Text Example

White with #0BB628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,182,40); }

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

background-color css

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

 a { background-color: rgb(11,182,40); }

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

border-color css

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

 span { border-color: rgb(11,182,40); }

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