Html Css Color HEX #20750F Forest Green

📋 copy color: '#20750F'

red 32 ◦ green 117 ◦ blue 15

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

Shades of Forest Green #20750F

Tints of Forest Green #20750F

RGB

 RED value IS 32 (12.89% from 255) = 19.51%

 GREEN value IS 117 (46.09% from 255) = 71.34%

 BLUE value IS 15 (6.25% from 255) = 9.15%

R = 19.51%
G = 71.34%
B = 9.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#20750F (or 0x20750F) is known color: Forest Green. HEX triplet: 20, 75 and 0F. RGB value is (32,117,15). Sum of RGB (Red+Green+Blue) = 32+117+15=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 117 (46.09% from 255 or 71.34% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 117 - color contains mainly: green. Hex color #20750F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20750F is #DF8AF0. Grayscale: #505050. Windows color (decimal): -14650097 or 1013024. OLE color: 1013024.

HSL color Cylindrical-coordinate representation of color #20750F: hue angle of 110º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20750F is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 117 15 -
CMYK 0.73 0 0.87 0.54
HSL 110º 0.77% 0.26% -
HSV(B) 110º 0.87% 0.46% -
XYZ 7.04 13.06 2.6 -
YUV 79.96 91.34 93.79 -
System Red Green Blue C M Y K H S L
Decimal 32 117 15 0.73 0 0.87 0.54 110 0.77 0.26
Hex 20 75 F 49 0 57 36 6E 4D 1A
Octal 40 165 17 111 0 127 66 156 115 32
Binary 100000 1110101 1111 1001001 0 1010111 110110 1101110 1001101 11010

Color Harmonies of #20750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20750F

Black with #20750F

Text Example


Text Example

White with #20750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20750F; }

 p { color: rgb(32,117,15); }

 H1.HeaderClassName
 {
   color: #20750F;
 }
 .AnyTagClassName
 {
   color: #20750F;
 }
</style>

background-color css

<style>
 a { background-color: #20750F; }

 a { background-color: rgb(32,117,15); }

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

border-color css

<style>
 span { border-color: #20750F; }

 span { border-color: rgb(32,117,15); }

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