#1F3421

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

Shades of Gordons Green #1F3421

Tints of Gordons Green #1F3421

Color information

#1F3421 (or 0x1F3421) is unknown color: approx Gordons Green. HEX triplet: 1F, 34 and 21. RGB value is (31,52,33). Sum of RGB (Red+Green+Blue) = 31+52+33=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3421 is #E0CBDE. Grayscale: #2B2B2B. Windows color (decimal): -14732255 or 2176031. OLE color: 2176031.

HSL color Cylindrical-coordinate representation of color #1F3421: hue angle of 125.71º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F3421 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB315233-
CMYK0.4000.370.80
HSL125.71º25.3%16.27%-
HSV(B)125.71º40.38%20.39%-
XYZ2.072.861.88-
YUV43.56122.04119.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=26.72%
G=44.83%
B=28.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3152330.4000.370.80125.7125.316.27
Hex1F342128025507e1910
Octal376441500451201763120
Binary111111101001000011010000100101101000011111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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