Html Css Color HEX #0BAA3C Dark Pastel Green

📋 copy color: '#0BAA3C'

red 11 ◦ green 170 ◦ blue 60

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

Shades of Dark Pastel Green #0BAA3C

Tints of Dark Pastel Green #0BAA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 70.54%

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 4.56%
G = 70.54%
B = 24.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#0BAA3C (or 0x0BAA3C) is known color: Dark Pastel Green. HEX triplet: 0B, AA and 3C. RGB value is (11,170,60). Sum of RGB (Red+Green+Blue) = 11+170+60=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAA3C is #F455C3. Grayscale: #6E6E6E. Windows color (decimal): -16012740 or 3975691. OLE color: 3975691.

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

Color convert

RGB 11 170 60 -
CMYK 0.94 0 0.65 0.33
HSL 138.49º 0.88% 0.35% -
HSV(B) 138.49º 0.94% 0.67% -
XYZ 15.33 29.15 9.09 -
YUV 109.92 99.82 57.44 -
System Red Green Blue C M Y K H S L
Decimal 11 170 60 0.94 0 0.65 0.33 138.49 0.88 0.35
Hex B AA 3C 5E 0 41 21 8A 58 23
Octal 13 252 74 136 0 101 41 212 130 43
Binary 1011 10101010 111100 1011110 0 1000001 100001 10001010 1011000 100011

Color Harmonies of #0BAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAA3C

Black with #0BAA3C

Text Example


Text Example

White with #0BAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,170,60); }

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

background-color css

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

 a { background-color: rgb(11,170,60); }

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

border-color css

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

 span { border-color: rgb(11,170,60); }

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