Html Css Color HEX #0BB030 Dark Pastel Green

📋 copy color: '#0BB030'

red 11 ◦ green 176 ◦ blue 48

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

Shades of Dark Pastel Green #0BB030

Tints of Dark Pastel Green #0BB030

RGB

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

 GREEN value IS 176 (69.14% from 255) = 74.89%

 BLUE value IS 48 (19.14% from 255) = 20.43%

R = 4.68%
G = 74.89%
B = 20.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#0BB030 (or 0x0BB030) is known color: Dark Pastel Green. HEX triplet: 0B, B0 and 30. RGB value is (11,176,48). Sum of RGB (Red+Green+Blue) = 11+176+48=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 176 (69.14% from 255 or 74.89% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 176 - color contains mainly: green. Hex color #0BB030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB030 is #F44FCF. Grayscale: #707070. Windows color (decimal): -16011216 or 3190795. OLE color: 3190795.

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

Color convert

RGB 11 176 48 -
CMYK 0.94 0 0.73 0.31
HSL 133.45º 0.88% 0.37% -
HSV(B) 133.45º 0.94% 0.69% -
XYZ 16.2 31.34 7.99 -
YUV 112.07 91.84 55.91 -
System Red Green Blue C M Y K H S L
Decimal 11 176 48 0.94 0 0.73 0.31 133.45 0.88 0.37
Hex B B0 30 5E 0 49 1F 85 58 25
Octal 13 260 60 136 0 111 37 205 130 45
Binary 1011 10110000 110000 1011110 0 1001001 11111 10000101 1011000 100101

Color Harmonies of #0BB030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB030

Black with #0BB030

Text Example


Text Example

White with #0BB030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,176,48); }

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

background-color css

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

 a { background-color: rgb(11,176,48); }

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

border-color css

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

 span { border-color: rgb(11,176,48); }

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