Html Css Color HEX #0F7C26 Forest Green

📋 copy color: '#0F7C26'

red 15 ◦ green 124 ◦ blue 38

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

Shades of Forest Green #0F7C26

Tints of Forest Green #0F7C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.47%

R = 8.47%
G = 70.06%
B = 21.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#0F7C26 (or 0x0F7C26) is known color: Forest Green. HEX triplet: 0F, 7C and 26. RGB value is (15,124,38). Sum of RGB (Red+Green+Blue) = 15+124+38=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 124 (48.83% from 255 or 70.06% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7C26 is #F083D9. Grayscale: #515151. Windows color (decimal): -15762394 or 2522127. OLE color: 2522127.

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

Color convert

RGB 15 124 38 -
CMYK 0.88 0 0.69 0.51
HSL 132.66º 0.78% 0.27% -
HSV(B) 132.66º 0.88% 0.49% -
XYZ 7.75 14.66 4.25 -
YUV 81.61 103.39 80.49 -
System Red Green Blue C M Y K H S L
Decimal 15 124 38 0.88 0 0.69 0.51 132.66 0.78 0.27
Hex F 7C 26 58 0 45 33 85 4E 1B
Octal 17 174 46 130 0 105 63 205 116 33
Binary 1111 1111100 100110 1011000 0 1000101 110011 10000101 1001110 11011

Color Harmonies of #0F7C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7C26

Black with #0F7C26

Text Example


Text Example

White with #0F7C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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