#0FBE2F

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

Shades of Dark Pastel Green #0FBE2F

Tints of Dark Pastel Green #0FBE2F

Color information

#0FBE2F (or 0x0FBE2F) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BE and 2F. RGB value is (15,190,47). Sum of RGB (Red+Green+Blue) = 15+190+47=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 190 (74.61% from 255 or 75.40% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBE2F is #F041D0. Grayscale: #797979. Windows color (decimal): -15745489 or 3128847. OLE color: 3128847.

HSL color Cylindrical-coordinate representation of color #0FBE2F: hue angle of 130.97º 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 #0FBE2F is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1519047-
CMYK0.9200.750.25
HSL130.97º85.37%40.2%-
HSV(B)130.97º92.11%74.51%-
XYZ19.1237.138.85-
YUV121.3786.0252.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 190 (74.61% from 255) = 75.40%
BLUE value IS 47 (18.75% from 255) = 18.65%
R=5.95%
G=75.40%
B=18.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15190470.9200.750.25130.9785.3740.2
HexFBE2F5C04B19835528
Octal172765713401133120312550
Binary11111011111010111110111000100101111001100000111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBE2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,190,47); }

 H1.HeaderClassName
 {
   color: #0FBE2F;
 }
 .AnyTagClassName
 {
   color: #0FBE2F;
 }
</style>
background-color css

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

 a { background-color: rgb(15,190,47); }

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

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

 span { border-color: rgb(15,190,47); }

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