#1F3020

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

Shades of Gordons Green #1F3020

Tints of Gordons Green #1F3020

Color information

#1F3020 (or 0x1F3020) is unknown color: approx Gordons Green. HEX triplet: 1F, 30 and 20. RGB value is (31,48,32). Sum of RGB (Red+Green+Blue) = 31+48+32=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3020 is #E0CFDF. Grayscale: #292929. Windows color (decimal): -14733280 or 2109471. OLE color: 2109471.

HSL color Cylindrical-coordinate representation of color #1F3020: hue angle of 123.53º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F3020 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB314832-
CMYK0.3500.330.81
HSL123.53º21.52%15.49%-
HSV(B)123.53º35.42%18.82%-
XYZ1.882.511.75-
YUV41.09122.87120.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.93%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 32 (12.89% from 255) = 28.83%
R=27.93%
G=43.24%
B=28.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3148320.3500.330.81123.5321.5215.49
Hex1F302023021517c16f
Octal376040430411211742617
Binary11111110000100000100011010000110100011111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F3020; }

 p { color: rgb(31,48,32); }

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

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

 a { background-color: rgb(31,48,32); }

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

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

 span { border-color: rgb(31,48,32); }

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