Html Css Color HEX #0FA31C Forest Green

📋 copy color: '#0FA31C'

red 15 ◦ green 163 ◦ blue 28

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

Shades of Forest Green #0FA31C

Tints of Forest Green #0FA31C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 79.13%

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 7.28%
G = 79.13%
B = 13.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#0FA31C (or 0x0FA31C) is known color: Forest Green. HEX triplet: 0F, A3 and 1C. RGB value is (15,163,28). Sum of RGB (Red+Green+Blue) = 15+163+28=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 163 (64.06% from 255 or 79.13% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA31C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA31C is #F05CE3. Grayscale: #676767. Windows color (decimal): -15752420 or 1876751. OLE color: 1876751.

HSL color Cylindrical-coordinate representation of color #0FA31C: hue angle of 125.27º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA31C is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 163 28 -
CMYK 0.91 0 0.83 0.36
HSL 125.27º 0.83% 0.35% -
HSV(B) 125.27º 0.91% 0.64% -
XYZ 13.5 26.38 5.48 -
YUV 103.36 85.47 64.98 -
System Red Green Blue C M Y K H S L
Decimal 15 163 28 0.91 0 0.83 0.36 125.27 0.83 0.35
Hex F A3 1C 5B 0 53 24 7D 53 23
Octal 17 243 34 133 0 123 44 175 123 43
Binary 1111 10100011 11100 1011011 0 1010011 100100 1111101 1010011 100011

Color Harmonies of #0FA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA31C

Black with #0FA31C

Text Example


Text Example

White with #0FA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,163,28); }

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

background-color css

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

 a { background-color: rgb(15,163,28); }

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

border-color css

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

 span { border-color: rgb(15,163,28); }

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