#207501

Color #207501 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #207501

Tints of Green #207501

Color information

#207501 (or 0x207501) is unknown color: approx Green. HEX triplet: 20, 75 and 01. RGB value is (32,117,1). Sum of RGB (Red+Green+Blue) = 32+117+1=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 117 (46.09% from 255 or 78% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 117 - color contains mainly: green. Hex color #207501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207501 is #DF8AFE. Grayscale: #4E4E4E. Windows color (decimal): -14650111 or 95520. OLE color: 95520.

HSL color Cylindrical-coordinate representation of color #207501: hue angle of 103.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #207501 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB321171-
CMYK0.7300.990.54
HSL103.97º98.31%23.14%-
HSV(B)103.97º99.15%45.88%-
XYZ6.9613.032.18-
YUV78.3684.3494.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 117 (46.09% from 255) = 78%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=21.33%
G=78%
B=0.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3211710.7300.990.54103.9798.3123.14
Hex207514906336686217
Octal40165111101436615014227
Binary100000111010111001001011000111101101101000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207501; }

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

 H1.HeaderClassName
 {
   color: #207501;
 }
 .AnyTagClassName
 {
   color: #207501;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #207501;
 }
 .BgClassName
 {
   background-color: #207501;
 }
</style>
border-color css

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

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

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