Html Css Color HEX #0F7C1A Forest Green

📋 copy color: '#0F7C1A'

red 15 ◦ green 124 ◦ blue 26

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

Shades of Forest Green #0F7C1A

Tints of Forest Green #0F7C1A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 75.15%

 BLUE value IS 26 (10.55% from 255) = 15.76%

R = 9.09%
G = 75.15%
B = 15.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#0F7C1A (or 0x0F7C1A) is known color: Forest Green. HEX triplet: 0F, 7C and 1A. RGB value is (15,124,26). Sum of RGB (Red+Green+Blue) = 15+124+26=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 124 (48.83% from 255 or 75.15% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7C1A is #F083E5. Grayscale: #505050. Windows color (decimal): -15762406 or 1735695. OLE color: 1735695.

HSL color Cylindrical-coordinate representation of color #0F7C1A: hue angle of 126.06º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7C1A is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 124 26 -
CMYK 0.88 0 0.79 0.51
HSL 126.06º 0.78% 0.27% -
HSV(B) 126.06º 0.88% 0.49% -
XYZ 7.59 14.59 3.39 -
YUV 80.24 97.39 81.47 -
System Red Green Blue C M Y K H S L
Decimal 15 124 26 0.88 0 0.79 0.51 126.06 0.78 0.27
Hex F 7C 1A 58 0 4F 33 7E 4E 1B
Octal 17 174 32 130 0 117 63 176 116 33
Binary 1111 1111100 11010 1011000 0 1001111 110011 1111110 1001110 11011

Color Harmonies of #0F7C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7C1A

Black with #0F7C1A

Text Example


Text Example

White with #0F7C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,124,26); }

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

background-color css

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

 a { background-color: rgb(15,124,26); }

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

border-color css

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

 span { border-color: rgb(15,124,26); }

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