#1F4425

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

Shades of Gordons Green #1F4425

Tints of Gordons Green #1F4425

Color information

#1F4425 (or 0x1F4425) is unknown color: approx Gordons Green. HEX triplet: 1F, 44 and 25. RGB value is (31,68,37). Sum of RGB (Red+Green+Blue) = 31+68+37=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #1F4425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4425 is #E0BBDA. Grayscale: #353535. Windows color (decimal): -14728155 or 2442271. OLE color: 2442271.

HSL color Cylindrical-coordinate representation of color #1F4425: hue angle of 129.73º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F4425 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB316837-
CMYK0.5400.460.73
HSL129.73º37.37%19.41%-
HSV(B)129.73º54.41%26.67%-
XYZ2.974.562.47-
YUV53.4118.74112.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.79%
GREEN value IS 68 (26.95% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 27.21%
R=22.79%
G=50%
B=27.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3168370.5400.460.73129.7337.3719.41
Hex1F44253602E49822513
Octal3710445660561112024523
Binary111111000100100101110110010111010010011000001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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