Html Css Color HEX #0FB62F Dark Pastel Green

📋 copy color: '#0FB62F'

red 15 ◦ green 182 ◦ blue 47

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

Shades of Dark Pastel Green #0FB62F

Tints of Dark Pastel Green #0FB62F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 74.59%

 BLUE value IS 47 (18.75% from 255) = 19.26%

R = 6.15%
G = 74.59%
B = 19.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#0FB62F (or 0x0FB62F) is known color: Dark Pastel Green. HEX triplet: 0F, B6 and 2F. RGB value is (15,182,47). Sum of RGB (Red+Green+Blue) = 15+182+47=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 182 (71.48% from 255 or 74.59% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 182 - color contains mainly: green. Hex color #0FB62F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB62F is #F049D0. Grayscale: #757575. Windows color (decimal): -15747537 or 3126799. OLE color: 3126799.

HSL color Cylindrical-coordinate representation of color #0FB62F: hue angle of 131.5º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB62F is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 182 47 -
CMYK 0.92 0 0.74 0.29
HSL 131.5º 0.85% 0.39% -
HSV(B) 131.5º 0.92% 0.71% -
XYZ 17.44 33.76 8.29 -
YUV 116.68 88.67 55.48 -
System Red Green Blue C M Y K H S L
Decimal 15 182 47 0.92 0 0.74 0.29 131.5 0.85 0.39
Hex F B6 2F 5C 0 4A 1D 83 55 27
Octal 17 266 57 134 0 112 35 203 125 47
Binary 1111 10110110 101111 1011100 0 1001010 11101 10000011 1010101 100111

Color Harmonies of #0FB62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB62F

Black with #0FB62F

Text Example


Text Example

White with #0FB62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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