Html Css Color HEX #0FB31E Dark Pastel Green

📋 copy color: '#0FB31E'

red 15 ◦ green 179 ◦ blue 30

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

Shades of Dark Pastel Green #0FB31E

Tints of Dark Pastel Green #0FB31E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 79.91%

 BLUE value IS 30 (12.11% from 255) = 13.39%

R = 6.7%
G = 79.91%
B = 13.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#0FB31E (or 0x0FB31E) is known color: Dark Pastel Green. HEX triplet: 0F, B3 and 1E. RGB value is (15,179,30). Sum of RGB (Red+Green+Blue) = 15+179+30=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 179 (70.31% from 255 or 79.91% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB31E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB31E is #F04CE1. Grayscale: #717171. Windows color (decimal): -15748322 or 2011919. OLE color: 2011919.

HSL color Cylindrical-coordinate representation of color #0FB31E: hue angle of 125.49º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB31E is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 179 30 -
CMYK 0.92 0 0.83 0.30
HSL 125.49º 0.85% 0.38% -
HSV(B) 125.49º 0.92% 0.7% -
XYZ 16.55 32.44 6.62 -
YUV 112.98 81.17 58.12 -
System Red Green Blue C M Y K H S L
Decimal 15 179 30 0.92 0 0.83 0.30 125.49 0.85 0.38
Hex F B3 1E 5C 0 53 1E 7D 55 26
Octal 17 263 36 134 0 123 36 175 125 46
Binary 1111 10110011 11110 1011100 0 1010011 11110 1111101 1010101 100110

Color Harmonies of #0FB31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB31E

Black with #0FB31E

Text Example


Text Example

White with #0FB31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,179,30); }

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

background-color css

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

 a { background-color: rgb(15,179,30); }

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

border-color css

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

 span { border-color: rgb(15,179,30); }

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