#0FBF49

Color #0FBF49 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0FBF49

Tints of Dark Pastel Green #0FBF49

Color information

#0FBF49 (or 0x0FBF49) is unknown color: approx 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

RGB1519173-
CMYK0.9200.620.25
HSL139.77º85.44%40.39%-
HSV(B)139.77º92.15%74.9%-
XYZ20.0337.8412.55-
YUV124.9298.6949.59-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15191730.9200.620.25139.7785.4440.39
HexFBF495C03E198c5528
Octal172771111340763121412550
Binary11111011111110010011011100011111011001100011001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>