#1F3923

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

Shades of Gordons Green #1F3923

Tints of Gordons Green #1F3923

Color information

#1F3923 (or 0x1F3923) is unknown color: approx Gordons Green. HEX triplet: 1F, 39 and 23. RGB value is (31,57,35). Sum of RGB (Red+Green+Blue) = 31+57+35=123 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.20% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #1F3923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3923 is #E0C6DC. Grayscale: #2E2E2E. Windows color (decimal): -14730973 or 2308383. OLE color: 2308383.

HSL color Cylindrical-coordinate representation of color #1F3923: hue angle of 129.23º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F3923 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB315735-
CMYK0.4600.390.78
HSL129.23º29.55%17.25%-
HSV(B)129.23º45.61%22.35%-
XYZ2.333.342.11-
YUV46.72121.39116.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.20%
GREEN value IS 57 (22.66% from 255) = 46.34%
BLUE value IS 35 (14.06% from 255) = 28.46%
R=25.20%
G=46.34%
B=28.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3157350.4600.390.78129.2329.5517.25
Hex1F39232E0274E811e11
Octal377143560471162013621
Binary1111111100110001110111001001111001110100000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,57,35); }

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

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

 a { background-color: rgb(31,57,35); }

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

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

 span { border-color: rgb(31,57,35); }

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