Html Css Color HEX #0F991D Forest Green

📋 copy color: '#0F991D'

red 15 ◦ green 153 ◦ blue 29

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

Shades of Forest Green #0F991D

Tints of Forest Green #0F991D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 77.66%

 BLUE value IS 29 (11.72% from 255) = 14.72%

R = 7.61%
G = 77.66%
B = 14.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#0F991D (or 0x0F991D) is known color: Forest Green. HEX triplet: 0F, 99 and 1D. RGB value is (15,153,29). Sum of RGB (Red+Green+Blue) = 15+153+29=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 153 (60.16% from 255 or 77.66% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 153 - color contains mainly: green. Hex color #0F991D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F991D is #F066E2. Grayscale: #616161. Windows color (decimal): -15754979 or 1939727. OLE color: 1939727.

HSL color Cylindrical-coordinate representation of color #0F991D: hue angle of 126.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F991D is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 153 29 -
CMYK 0.90 0 0.81 0.4
HSL 126.09º 0.82% 0.33% -
HSV(B) 126.09º 0.9% 0.6% -
XYZ 11.81 22.97 4.97 -
YUV 97.6 89.28 69.08 -
System Red Green Blue C M Y K H S L
Decimal 15 153 29 0.90 0 0.81 0.4 126.09 0.82 0.33
Hex F 99 1D 5A 0 51 28 7E 52 21
Octal 17 231 35 132 0 121 50 176 122 41
Binary 1111 10011001 11101 1011010 0 1010001 101000 1111110 1010010 100001

Color Harmonies of #0F991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F991D

Black with #0F991D

Text Example


Text Example

White with #0F991D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,153,29); }

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

background-color css

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

 a { background-color: rgb(15,153,29); }

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

border-color css

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

 span { border-color: rgb(15,153,29); }

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