Html Css Color HEX #20750A Forest Green

📋 copy color: '#20750A'

red 32 ◦ green 117 ◦ blue 10

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

Shades of Forest Green #20750A

Tints of Forest Green #20750A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.29%

R = 20.13%
G = 73.58%
B = 6.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#20750A (or 0x20750A) is known color: Forest Green. HEX triplet: 20, 75 and 0A. RGB value is (32,117,10). Sum of RGB (Red+Green+Blue) = 32+117+10=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #20750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20750A is #DF8AF5. Grayscale: #4F4F4F. Windows color (decimal): -14650102 or 685344. OLE color: 685344.

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

Color convert

RGB 32 117 10 -
CMYK 0.73 0 0.91 0.54
HSL 107.66º 0.84% 0.25% -
HSV(B) 107.66º 0.91% 0.46% -
XYZ 7.01 13.05 2.44 -
YUV 79.39 88.84 94.2 -
System Red Green Blue C M Y K H S L
Decimal 32 117 10 0.73 0 0.91 0.54 107.66 0.84 0.25
Hex 20 75 A 49 0 5B 36 6C 54 19
Octal 40 165 12 111 0 133 66 154 124 31
Binary 100000 1110101 1010 1001001 0 1011011 110110 1101100 1010100 11001

Color Harmonies of #20750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20750A

Black with #20750A

Text Example


Text Example

White with #20750A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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