Html Css Color HEX #0FBF2C Dark Pastel Green

📋 copy color: '#0FBF2C'

red 15 ◦ green 191 ◦ blue 44

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

Shades of Dark Pastel Green #0FBF2C

Tints of Dark Pastel Green #0FBF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 6%
G = 76.4%
B = 17.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#0FBF2C (or 0x0FBF2C) is known color: Dark Pastel Green. HEX triplet: 0F, BF and 2C. RGB value is (15,191,44). Sum of RGB (Red+Green+Blue) = 15+191+44=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 191 (75% from 255 or 76.4% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBF2C is #F040D3. Grayscale: #7A7A7A. Windows color (decimal): -15745236 or 2932495. OLE color: 2932495.

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

Color convert

RGB 15 191 44 -
CMYK 0.92 0 0.77 0.25
HSL 129.89º 0.85% 0.4% -
HSV(B) 129.89º 0.92% 0.75% -
XYZ 19.28 37.55 8.61 -
YUV 121.62 84.19 51.95 -
System Red Green Blue C M Y K H S L
Decimal 15 191 44 0.92 0 0.77 0.25 129.89 0.85 0.4
Hex F BF 2C 5C 0 4D 19 82 55 28
Octal 17 277 54 134 0 115 31 202 125 50
Binary 1111 10111111 101100 1011100 0 1001101 11001 10000010 1010101 101000

Color Harmonies of #0FBF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF2C

Black with #0FBF2C

Text Example


Text Example

White with #0FBF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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