Html Css Color HEX #0BAF1F Dark Pastel Green

📋 copy color: '#0BAF1F'

red 11 ◦ green 175 ◦ blue 31

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

Shades of Dark Pastel Green #0BAF1F

Tints of Dark Pastel Green #0BAF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.29%

R = 5.07%
G = 80.65%
B = 14.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#0BAF1F (or 0x0BAF1F) is known color: Dark Pastel Green. HEX triplet: 0B, AF and 1F. RGB value is (11,175,31). Sum of RGB (Red+Green+Blue) = 11+175+31=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 175 (68.75% from 255 or 80.65% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAF1F is #F450E0. Grayscale: #6D6D6D. Windows color (decimal): -16011489 or 2076427. OLE color: 2076427.

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

Color convert

RGB 11 175 31 -
CMYK 0.94 0 0.82 0.31
HSL 127.32º 0.88% 0.36% -
HSV(B) 127.32º 0.94% 0.69% -
XYZ 15.72 30.83 6.42 -
YUV 109.55 83.67 57.71 -
System Red Green Blue C M Y K H S L
Decimal 11 175 31 0.94 0 0.82 0.31 127.32 0.88 0.36
Hex B AF 1F 5E 0 52 1F 7F 58 24
Octal 13 257 37 136 0 122 37 177 130 44
Binary 1011 10101111 11111 1011110 0 1010010 11111 1111111 1011000 100100

Color Harmonies of #0BAF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAF1F

Black with #0BAF1F

Text Example


Text Example

White with #0BAF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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