Html Css Color HEX #0BAB38 Dark Pastel Green

📋 copy color: '#0BAB38'

red 11 ◦ green 171 ◦ blue 56

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

Shades of Dark Pastel Green #0BAB38

Tints of Dark Pastel Green #0BAB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.53%

R = 4.62%
G = 71.85%
B = 23.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#0BAB38 (or 0x0BAB38) is known color: Dark Pastel Green. HEX triplet: 0B, AB and 38. RGB value is (11,171,56). Sum of RGB (Red+Green+Blue) = 11+171+56=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 171 (67.19% from 255 or 71.85% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAB38 is #F454C7. Grayscale: #6E6E6E. Windows color (decimal): -16012488 or 3713803. OLE color: 3713803.

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

Color convert

RGB 11 171 56 -
CMYK 0.94 0 0.67 0.33
HSL 136.88º 0.88% 0.36% -
HSV(B) 136.88º 0.94% 0.67% -
XYZ 15.41 29.48 8.62 -
YUV 110.05 97.49 57.35 -
System Red Green Blue C M Y K H S L
Decimal 11 171 56 0.94 0 0.67 0.33 136.88 0.88 0.36
Hex B AB 38 5E 0 43 21 89 58 24
Octal 13 253 70 136 0 103 41 211 130 44
Binary 1011 10101011 111000 1011110 0 1000011 100001 10001001 1011000 100100

Color Harmonies of #0BAB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB38

Black with #0BAB38

Text Example


Text Example

White with #0BAB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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