Html Css Color HEX #0BAB27 Dark Pastel Green

📋 copy color: '#0BAB27'

red 11 ◦ green 171 ◦ blue 39

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

Shades of Dark Pastel Green #0BAB27

Tints of Dark Pastel Green #0BAB27

RGB

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

 GREEN value IS 171 (67.19% from 255) = 77.38%

 BLUE value IS 39 (15.63% from 255) = 17.65%

R = 4.98%
G = 77.38%
B = 17.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#0BAB27 (or 0x0BAB27) is known color: Dark Pastel Green. HEX triplet: 0B, AB and 27. RGB value is (11,171,39). Sum of RGB (Red+Green+Blue) = 11+171+39=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 171 (67.19% from 255 or 77.38% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAB27 is #F454D8. Grayscale: #6C6C6C. Windows color (decimal): -16012505 or 2599691. OLE color: 2599691.

HSL color Cylindrical-coordinate representation of color #0BAB27: hue angle of 130.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAB27 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 171 39 -
CMYK 0.94 0 0.77 0.33
HSL 130.5º 0.88% 0.36% -
HSV(B) 130.5º 0.94% 0.67% -
XYZ 15.07 29.34 6.79 -
YUV 108.11 88.99 58.73 -
System Red Green Blue C M Y K H S L
Decimal 11 171 39 0.94 0 0.77 0.33 130.5 0.88 0.36
Hex B AB 27 5E 0 4D 21 82 58 24
Octal 13 253 47 136 0 115 41 202 130 44
Binary 1011 10101011 100111 1011110 0 1001101 100001 10000010 1011000 100100

Color Harmonies of #0BAB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB27

Black with #0BAB27

Text Example


Text Example

White with #0BAB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,171,39); }

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

background-color css

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

 a { background-color: rgb(11,171,39); }

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

border-color css

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

 span { border-color: rgb(11,171,39); }

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