Html Css Color HEX #0FBF27 Dark Pastel Green

📋 copy color: '#0FBF27'

red 15 ◦ green 191 ◦ blue 39

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

Shades of Dark Pastel Green #0FBF27

Tints of Dark Pastel Green #0FBF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 6.12%
G = 77.96%
B = 15.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#0FBF27 (or 0x0FBF27) is known color: Dark Pastel Green. HEX triplet: 0F, BF and 27. RGB value is (15,191,39). Sum of RGB (Red+Green+Blue) = 15+191+39=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 191 (75% from 255 or 77.96% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBF27 is #F040D8. Grayscale: #797979. Windows color (decimal): -15745241 or 2604815. OLE color: 2604815.

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

Color convert

RGB 15 191 39 -
CMYK 0.92 0 0.80 0.25
HSL 128.18º 0.85% 0.4% -
HSV(B) 128.18º 0.92% 0.75% -
XYZ 19.19 37.51 8.15 -
YUV 121.05 81.69 52.36 -
System Red Green Blue C M Y K H S L
Decimal 15 191 39 0.92 0 0.80 0.25 128.18 0.85 0.4
Hex F BF 27 5C 0 50 19 80 55 28
Octal 17 277 47 134 0 120 31 200 125 50
Binary 1111 10111111 100111 1011100 0 1010000 11001 10000000 1010101 101000

Color Harmonies of #0FBF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF27

Black with #0FBF27

Text Example


Text Example

White with #0FBF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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