#1D8026

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

Shades of Forest Green #1D8026

Tints of Forest Green #1D8026

Color information

#1D8026 (or 0x1D8026) is unknown color: approx Forest Green. HEX triplet: 1D, 80 and 26. RGB value is (29,128,38). Sum of RGB (Red+Green+Blue) = 29+128+38=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 128 (50.39% from 255 or 65.64% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 128 - color contains mainly: green. Hex color #1D8026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8026 is #E27FD9. Grayscale: #585858. Windows color (decimal): -14843866 or 2523165. OLE color: 2523165.

HSL color Cylindrical-coordinate representation of color #1D8026: hue angle of 125.45º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D8026 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB2912838-
CMYK0.7700.700.50
HSL125.45º63.06%30.78%-
HSV(B)125.45º77.34%50.2%-
XYZ8.5815.844.44-
YUV88.1499.785.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.87%
GREEN value IS 128 (50.39% from 255) = 65.64%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=14.87%
G=65.64%
B=19.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29128380.7700.700.50125.4563.0630.78
Hex1D80264D046327d3f1f
Octal35200461150106621757737
Binary1110110000000100110100110101000110110010111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,128,38); }

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

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

 a { background-color: rgb(29,128,38); }

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

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

 span { border-color: rgb(29,128,38); }

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