#1E4527

Color #1E4527 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #1E4527

Tints of Deep Fir #1E4527

Color information

#1E4527 (or 0x1E4527) is unknown color: approx Deep Fir. HEX triplet: 1E, 45 and 27. RGB value is (30,69,39). Sum of RGB (Red+Green+Blue) = 30+69+39=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #1E4527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4527 is #E1BAD8. Grayscale: #363636. Windows color (decimal): -14793433 or 2573598. OLE color: 2573598.

HSL color Cylindrical-coordinate representation of color #1E4527: hue angle of 133.85º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E4527 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB306939-
CMYK0.5700.430.73
HSL133.85º39.39%19.41%-
HSV(B)133.85º56.52%27.06%-
XYZ3.034.682.66-
YUV53.92119.58110.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.74%
GREEN value IS 69 (27.34% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=21.74%
G=50%
B=28.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3069390.5700.430.73133.8539.3919.41
Hex1E45273902B49862713
Octal3610547710531112064723
Binary111101000101100111111001010101110010011000011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,69,39); }

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

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

 a { background-color: rgb(30,69,39); }

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

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

 span { border-color: rgb(30,69,39); }

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