Html Css Color HEX #0F821D Forest Green

📋 copy color: '#0F821D'

red 15 ◦ green 130 ◦ blue 29

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

Shades of Forest Green #0F821D

Tints of Forest Green #0F821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 74.71%

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

R = 8.62%
G = 74.71%
B = 16.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#0F821D (or 0x0F821D) is known color: Forest Green. HEX triplet: 0F, 82 and 1D. RGB value is (15,130,29). Sum of RGB (Red+Green+Blue) = 15+130+29=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #0F821D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F821D is #F07DE2. Grayscale: #545454. Windows color (decimal): -15760867 or 1933839. OLE color: 1933839.

HSL color Cylindrical-coordinate representation of color #0F821D: hue angle of 127.3º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F821D is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 130 29 -
CMYK 0.88 0 0.78 0.49
HSL 127.3º 0.79% 0.28% -
HSV(B) 127.3º 0.88% 0.51% -
XYZ 8.4 16.16 3.84 -
YUV 84.1 96.9 78.71 -
System Red Green Blue C M Y K H S L
Decimal 15 130 29 0.88 0 0.78 0.49 127.3 0.79 0.28
Hex F 82 1D 58 0 4E 31 7F 4F 1C
Octal 17 202 35 130 0 116 61 177 117 34
Binary 1111 10000010 11101 1011000 0 1001110 110001 1111111 1001111 11100

Color Harmonies of #0F821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F821D

Black with #0F821D

Text Example


Text Example

White with #0F821D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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