Html Css Color HEX #0F7B18 Forest Green

📋 copy color: '#0F7B18'

red 15 ◦ green 123 ◦ blue 24

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

Shades of Forest Green #0F7B18

Tints of Forest Green #0F7B18

RGB

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

 GREEN value IS 123 (48.44% from 255) = 75.93%

 BLUE value IS 24 (9.77% from 255) = 14.81%

R = 9.26%
G = 75.93%
B = 14.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#0F7B18 (or 0x0F7B18) is known color: Forest Green. HEX triplet: 0F, 7B and 18. RGB value is (15,123,24). Sum of RGB (Red+Green+Blue) = 15+123+24=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 123 (48.44% from 255 or 75.93% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7B18 is #F084E7. Grayscale: #4F4F4F. Windows color (decimal): -15762664 or 1604367. OLE color: 1604367.

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

Color convert

RGB 15 123 24 -
CMYK 0.88 0 0.80 0.52
HSL 125º 0.78% 0.27% -
HSV(B) 125º 0.88% 0.48% -
XYZ 7.44 14.33 3.24 -
YUV 79.42 96.72 82.05 -
System Red Green Blue C M Y K H S L
Decimal 15 123 24 0.88 0 0.80 0.52 125 0.78 0.27
Hex F 7B 18 58 0 50 34 7D 4E 1B
Octal 17 173 30 130 0 120 64 175 116 33
Binary 1111 1111011 11000 1011000 0 1010000 110100 1111101 1001110 11011

Color Harmonies of #0F7B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7B18

Black with #0F7B18

Text Example


Text Example

White with #0F7B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,123,24); }

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

background-color css

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

 a { background-color: rgb(15,123,24); }

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

border-color css

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

 span { border-color: rgb(15,123,24); }

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