Html Css Color HEX #20750B Forest Green

📋 copy color: '#20750B'

red 32 ◦ green 117 ◦ blue 11

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

Shades of Forest Green #20750B

Tints of Forest Green #20750B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.88%

R = 20%
G = 73.13%
B = 6.88%

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

#20750B (or 0x20750B) is known color: Forest Green. HEX triplet: 20, 75 and 0B. RGB value is (32,117,11). Sum of RGB (Red+Green+Blue) = 32+117+11=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #20750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20750B is #DF8AF4. Grayscale: #4F4F4F. Windows color (decimal): -14650101 or 750880. OLE color: 750880.

HSL color Cylindrical-coordinate representation of color #20750B: hue angle of 108.11º degrees, saturation: 0.83, 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 #20750B is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 117 11 -
CMYK 0.73 0 0.91 0.54
HSL 108.11º 0.83% 0.25% -
HSV(B) 108.11º 0.91% 0.46% -
XYZ 7.02 13.05 2.47 -
YUV 79.5 89.34 94.12 -
System Red Green Blue C M Y K H S L
Decimal 32 117 11 0.73 0 0.91 0.54 108.11 0.83 0.25
Hex 20 75 B 49 0 5B 36 6C 53 19
Octal 40 165 13 111 0 133 66 154 123 31
Binary 100000 1110101 1011 1001001 0 1011011 110110 1101100 1010011 11001

Color Harmonies of #20750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20750B

Black with #20750B

Text Example


Text Example

White with #20750B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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