#1F4525

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

Shades of Gordons Green #1F4525

Tints of Gordons Green #1F4525

Color information

#1F4525 (or 0x1F4525) is unknown color: approx Gordons Green. HEX triplet: 1F, 45 and 25. RGB value is (31,69,37). Sum of RGB (Red+Green+Blue) = 31+69+37=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #1F4525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4525 is #E0BADA. Grayscale: #363636. Windows color (decimal): -14727899 or 2442527. OLE color: 2442527.

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

Color convert

RGB316937-
CMYK0.5500.460.73
HSL129.47º38%19.61%-
HSV(B)129.47º55.07%27.06%-
XYZ3.034.682.49-
YUV53.99118.41111.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.63%
GREEN value IS 69 (27.34% from 255) = 50.36%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=22.63%
G=50.36%
B=27.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3169370.5500.460.73129.473819.61
Hex1F45253702E49812614
Octal3710545670561112014624
Binary111111000101100101110111010111010010011000000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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