#1F3D23

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

Shades of Gordons Green #1F3D23

Tints of Gordons Green #1F3D23

Color information

#1F3D23 (or 0x1F3D23) is unknown color: approx Gordons Green. HEX triplet: 1F, 3D and 23. RGB value is (31,61,35). Sum of RGB (Red+Green+Blue) = 31+61+35=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D23 is #E0C2DC. Grayscale: #313131. Windows color (decimal): -14729949 or 2309407. OLE color: 2309407.

HSL color Cylindrical-coordinate representation of color #1F3D23: hue angle of 128º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F3D23 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB316135-
CMYK0.4900.430.76
HSL128º32.61%18.04%-
HSV(B)128º49.18%23.92%-
XYZ2.543.752.18-
YUV49.07120.06115.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.41%
GREEN value IS 61 (24.22% from 255) = 48.03%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=24.41%
G=48.03%
B=27.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3161350.4900.430.7612832.6118.04
Hex1F3D233102B4C802112
Octal377543610531142004122
Binary11111111101100011110001010101110011001000000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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