#1D3820

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

Shades of Gordons Green #1D3820

Tints of Gordons Green #1D3820

Color information

#1D3820 (or 0x1D3820) is unknown color: approx Gordons Green. HEX triplet: 1D, 38 and 20. RGB value is (29,56,32). Sum of RGB (Red+Green+Blue) = 29+56+32=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #1D3820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3820 is #E2C7DF. Grayscale: #2D2D2D. Windows color (decimal): -14862304 or 2111517. OLE color: 2111517.

HSL color Cylindrical-coordinate representation of color #1D3820: hue angle of 126.67º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D3820 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB295632-
CMYK0.4800.430.78
HSL126.67º31.76%16.67%-
HSV(B)126.67º48.21%21.96%-
XYZ2.183.191.87-
YUV45.19120.55116.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.79%
GREEN value IS 56 (22.27% from 255) = 47.86%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=24.79%
G=47.86%
B=27.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2956320.4800.430.78126.6731.7616.67
Hex1D38203002B4E7f2011
Octal357040600531161774021
Binary1110111100010000011000001010111001110111111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,56,32); }

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

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

 a { background-color: rgb(29,56,32); }

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

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

 span { border-color: rgb(29,56,32); }

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