#1F3621

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

Shades of Gordons Green #1F3621

Tints of Gordons Green #1F3621

Color information

#1F3621 (or 0x1F3621) is unknown color: approx Gordons Green. HEX triplet: 1F, 36 and 21. RGB value is (31,54,33). Sum of RGB (Red+Green+Blue) = 31+54+33=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #1F3621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3621 is #E0C9DE. Grayscale: #2C2C2C. Windows color (decimal): -14731743 or 2176543. OLE color: 2176543.

HSL color Cylindrical-coordinate representation of color #1F3621: hue angle of 125.22º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3621 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB315433-
CMYK0.4300.390.79
HSL125.22º27.06%16.67%-
HSV(B)125.22º42.59%21.18%-
XYZ2.163.041.91-
YUV44.73121.38118.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.27%
GREEN value IS 54 (21.48% from 255) = 45.76%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=26.27%
G=45.76%
B=27.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3154330.4300.390.79125.2227.0616.67
Hex1F36212B0274F7d1b11
Octal376641530471171753321
Binary111111101101000011010110100111100111111111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,33); }

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

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

 a { background-color: rgb(31,54,33); }

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

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

 span { border-color: rgb(31,54,33); }

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