#1F3B25

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

Shades of Gordons Green #1F3B25

Tints of Gordons Green #1F3B25

Color information

#1F3B25 (or 0x1F3B25) is unknown color: approx Gordons Green. HEX triplet: 1F, 3B and 25. RGB value is (31,59,37). Sum of RGB (Red+Green+Blue) = 31+59+37=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 59 - color contains mainly: green. Hex color #1F3B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B25 is #E0C4DA. Grayscale: #303030. Windows color (decimal): -14730459 or 2439967. OLE color: 2439967.

HSL color Cylindrical-coordinate representation of color #1F3B25: hue angle of 132.86º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F3B25 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB315937-
CMYK0.4700.370.77
HSL132.86º31.11%17.65%-
HSV(B)132.86º47.46%23.14%-
XYZ2.463.552.31-
YUV48.12121.72115.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.41%
GREEN value IS 59 (23.44% from 255) = 46.46%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=24.41%
G=46.46%
B=29.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3159370.4700.370.77132.8631.1117.65
Hex1F3B252F0254D851f12
Octal377345570451152053722
Binary1111111101110010110111101001011001101100001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,59,37); }

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

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

 a { background-color: rgb(31,59,37); }

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

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

 span { border-color: rgb(31,59,37); }

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