Html Css Color HEX #0BAF2D Dark Pastel Green

📋 copy color: '#0BAF2D'

red 11 ◦ green 175 ◦ blue 45

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

Shades of Dark Pastel Green #0BAF2D

Tints of Dark Pastel Green #0BAF2D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 75.76%

 BLUE value IS 45 (17.97% from 255) = 19.48%

R = 4.76%
G = 75.76%
B = 19.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#0BAF2D (or 0x0BAF2D) is known color: Dark Pastel Green. HEX triplet: 0B, AF and 2D. RGB value is (11,175,45). Sum of RGB (Red+Green+Blue) = 11+175+45=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAF2D is #F450D2. Grayscale: #6F6F6F. Windows color (decimal): -16011475 or 2993931. OLE color: 2993931.

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

Color convert

RGB 11 175 45 -
CMYK 0.94 0 0.74 0.31
HSL 132.44º 0.88% 0.36% -
HSV(B) 132.44º 0.94% 0.69% -
XYZ 15.94 30.92 7.61 -
YUV 111.14 90.67 56.57 -
System Red Green Blue C M Y K H S L
Decimal 11 175 45 0.94 0 0.74 0.31 132.44 0.88 0.36
Hex B AF 2D 5E 0 4A 1F 84 58 24
Octal 13 257 55 136 0 112 37 204 130 44
Binary 1011 10101111 101101 1011110 0 1001010 11111 10000100 1011000 100100

Color Harmonies of #0BAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAF2D

Black with #0BAF2D

Text Example


Text Example

White with #0BAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,175,45); }

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

background-color css

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

 a { background-color: rgb(11,175,45); }

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

border-color css

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

 span { border-color: rgb(11,175,45); }

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