Html Css Color HEX #0F7C25 Forest Green

📋 copy color: '#0F7C25'

red 15 ◦ green 124 ◦ blue 37

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

Shades of Forest Green #0F7C25

Tints of Forest Green #0F7C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 8.52%
G = 70.45%
B = 21.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#0F7C25 (or 0x0F7C25) is known color: Forest Green. HEX triplet: 0F, 7C and 25. RGB value is (15,124,37). Sum of RGB (Red+Green+Blue) = 15+124+37=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 124 (48.83% from 255 or 70.45% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7C25 is #F083DA. Grayscale: #515151. Windows color (decimal): -15762395 or 2456591. OLE color: 2456591.

HSL color Cylindrical-coordinate representation of color #0F7C25: hue angle of 132.11º 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 #0F7C25 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 124 37 -
CMYK 0.88 0 0.70 0.51
HSL 132.11º 0.78% 0.27% -
HSV(B) 132.11º 0.88% 0.49% -
XYZ 7.74 14.65 4.17 -
YUV 81.49 102.89 80.57 -
System Red Green Blue C M Y K H S L
Decimal 15 124 37 0.88 0 0.70 0.51 132.11 0.78 0.27
Hex F 7C 25 58 0 46 33 84 4E 1B
Octal 17 174 45 130 0 106 63 204 116 33
Binary 1111 1111100 100101 1011000 0 1000110 110011 10000100 1001110 11011

Color Harmonies of #0F7C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7C25

Black with #0F7C25

Text Example


Text Example

White with #0F7C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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