#1d3f22

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

Shades of Gordons Green #1D3F22

Tints of Gordons Green #1D3F22

Color information

#1D3F22 (or 0x1D3F22) is unknown color: approx Gordons Green. HEX triplet: 1D, 3F and 22. RGB value is (29,63,34). Sum of RGB (Red+Green+Blue) = 29+63+34=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F22 is #E2C0DD. Grayscale: #313131. Windows color (decimal): -14860510 or 2244381. OLE color: 2244381.

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

Color convert

RGB296334-
CMYK0.5400.460.75
HSL128.82º36.96%18.04%-
HSV(B)128.82º53.97%24.71%-
XYZ2.573.932.14-
YUV49.53119.24113.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.02%
GREEN value IS 63 (25% from 255) = 50%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=23.02%
G=50%
B=26.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2963340.5400.460.75128.8236.9618.04
Hex1D3F223602E4B812512
Octal357742660561132014522
Binary11101111111100010110110010111010010111000000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d3f22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,63,34); }

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

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

 a { background-color: rgb(29,63,34); }

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

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

 span { border-color: rgb(29,63,34); }

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