Html Css Color HEX #0F841C Forest Green

📋 copy color: '#0F841C'

red 15 ◦ green 132 ◦ blue 28

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

Shades of Forest Green #0F841C

Tints of Forest Green #0F841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 75.43%

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

R = 8.57%
G = 75.43%
B = 16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#0F841C (or 0x0F841C) is known color: Forest Green. HEX triplet: 0F, 84 and 1C. RGB value is (15,132,28). Sum of RGB (Red+Green+Blue) = 15+132+28=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 132 (51.95% from 255 or 75.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 132 - color contains mainly: green. Hex color #0F841C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F841C is #F07BE3. Grayscale: #555555. Windows color (decimal): -15760356 or 1868815. OLE color: 1868815.

HSL color Cylindrical-coordinate representation of color #0F841C: hue angle of 126.67º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F841C is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 132 28 -
CMYK 0.89 0 0.79 0.48
HSL 126.67º 0.8% 0.29% -
HSV(B) 126.67º 0.89% 0.52% -
XYZ 8.66 16.69 3.86 -
YUV 85.16 95.74 77.96 -
System Red Green Blue C M Y K H S L
Decimal 15 132 28 0.89 0 0.79 0.48 126.67 0.8 0.29
Hex F 84 1C 59 0 4F 30 7F 50 1D
Octal 17 204 34 131 0 117 60 177 120 35
Binary 1111 10000100 11100 1011001 0 1001111 110000 1111111 1010000 11101

Color Harmonies of #0F841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F841C

Black with #0F841C

Text Example


Text Example

White with #0F841C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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