Html Css Color HEX #0FBF49 Dark Pastel Green

📋 copy color: '#0FBF49'

red 15 ◦ green 191 ◦ blue 73

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

Shades of Dark Pastel Green #0FBF49

Tints of Dark Pastel Green #0FBF49

RGB

 RED value IS 15 (6.25% from 255) = 5.38%

 GREEN value IS 191 (75% from 255) = 68.46%

 BLUE value IS 73 (28.91% from 255) = 26.16%

R = 5.38%
G = 68.46%
B = 26.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#0FBF49 (or 0x0FBF49) is known color: Dark Pastel Green. HEX triplet: 0F, BF and 49. RGB value is (15,191,73). Sum of RGB (Red+Green+Blue) = 15+191+73=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 191 (75% from 255 or 68.46% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBF49 is #F040B6. Grayscale: #7D7D7D. Windows color (decimal): -15745207 or 4833039. OLE color: 4833039.

HSL color Cylindrical-coordinate representation of color #0FBF49: hue angle of 139.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF49 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 191 73 -
CMYK 0.92 0 0.62 0.25
HSL 139.77º 0.85% 0.4% -
HSV(B) 139.77º 0.92% 0.75% -
XYZ 20.03 37.84 12.55 -
YUV 124.92 98.69 49.59 -
System Red Green Blue C M Y K H S L
Decimal 15 191 73 0.92 0 0.62 0.25 139.77 0.85 0.4
Hex F BF 49 5C 0 3E 19 8C 55 28
Octal 17 277 111 134 0 76 31 214 125 50
Binary 1111 10111111 1001001 1011100 0 111110 11001 10001100 1010101 101000

Color Harmonies of #0FBF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF49

Black with #0FBF49

Text Example


Text Example

White with #0FBF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,191,73); }

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

background-color css

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

 a { background-color: rgb(15,191,73); }

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

border-color css

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

 span { border-color: rgb(15,191,73); }

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