Html Css Color HEX #0BAB2A Dark Pastel Green

📋 copy color: '#0BAB2A'

red 11 ◦ green 171 ◦ blue 42

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

Shades of Dark Pastel Green #0BAB2A

Tints of Dark Pastel Green #0BAB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 4.91%
G = 76.34%
B = 18.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#0BAB2A (or 0x0BAB2A) is known color: Dark Pastel Green. HEX triplet: 0B, AB and 2A. RGB value is (11,171,42). Sum of RGB (Red+Green+Blue) = 11+171+42=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAB2A is #F454D5. Grayscale: #6C6C6C. Windows color (decimal): -16012502 or 2796299. OLE color: 2796299.

HSL color Cylindrical-coordinate representation of color #0BAB2A: hue angle of 131.62º 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 #0BAB2A is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 171 42 -
CMYK 0.94 0 0.75 0.33
HSL 131.63º 0.88% 0.36% -
HSV(B) 131.63º 0.94% 0.67% -
XYZ 15.12 29.36 7.06 -
YUV 108.45 90.49 58.49 -
System Red Green Blue C M Y K H S L
Decimal 11 171 42 0.94 0 0.75 0.33 131.63 0.88 0.36
Hex B AB 2A 5E 0 4B 21 84 58 24
Octal 13 253 52 136 0 113 41 204 130 44
Binary 1011 10101011 101010 1011110 0 1001011 100001 10000100 1011000 100100

Color Harmonies of #0BAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB2A

Black with #0BAB2A

Text Example


Text Example

White with #0BAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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