#1F4125

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

Shades of Gordons Green #1F4125

Tints of Gordons Green #1F4125

Color information

#1F4125 (or 0x1F4125) is unknown color: approx Gordons Green. HEX triplet: 1F, 41 and 25. RGB value is (31,65,37). Sum of RGB (Red+Green+Blue) = 31+65+37=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4125 is #E0BEDA. Grayscale: #333333. Windows color (decimal): -14728923 or 2441503. OLE color: 2441503.

HSL color Cylindrical-coordinate representation of color #1F4125: hue angle of 130.59º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4125 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB316537-
CMYK0.5200.430.75
HSL130.59º35.42%18.82%-
HSV(B)130.59º52.31%25.49%-
XYZ2.794.212.41-
YUV51.64119.74113.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.31%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 37 (14.84% from 255) = 27.82%
R=23.31%
G=48.87%
B=27.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3165370.5200.430.75130.5935.4218.82
Hex1F41253402B4B832313
Octal3710145640531132034323
Binary111111000001100101110100010101110010111000001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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