Html Css Color HEX #0BBC29 Dark Pastel Green

📋 copy color: '#0BBC29'

red 11 ◦ green 188 ◦ blue 41

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

Shades of Dark Pastel Green #0BBC29

Tints of Dark Pastel Green #0BBC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 78.33%

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 4.58%
G = 78.33%
B = 17.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#0BBC29 (or 0x0BBC29) is known color: Dark Pastel Green. HEX triplet: 0B, BC and 29. RGB value is (11,188,41). Sum of RGB (Red+Green+Blue) = 11+188+41=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBC29 is #F443D6. Grayscale: #767676. Windows color (decimal): -16008151 or 2735115. OLE color: 2735115.

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

Color convert

RGB 11 188 41 -
CMYK 0.94 0 0.78 0.26
HSL 130.17º 0.89% 0.39% -
HSV(B) 130.17º 0.94% 0.74% -
XYZ 18.52 36.2 8.11 -
YUV 118.32 84.36 51.45 -
System Red Green Blue C M Y K H S L
Decimal 11 188 41 0.94 0 0.78 0.26 130.17 0.89 0.39
Hex B BC 29 5E 0 4E 1A 82 59 27
Octal 13 274 51 136 0 116 32 202 131 47
Binary 1011 10111100 101001 1011110 0 1001110 11010 10000010 1011001 100111

Color Harmonies of #0BBC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC29

Black with #0BBC29

Text Example


Text Example

White with #0BBC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,188,41); }

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

background-color css

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

 a { background-color: rgb(11,188,41); }

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

border-color css

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

 span { border-color: rgb(11,188,41); }

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