#1E2F10

Color #1E2F10 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #1E2F10

Tints of Pine Tree #1E2F10

Color information

#1E2F10 (or 0x1E2F10) is unknown color: approx Pine Tree. HEX triplet: 1E, 2F and 10. RGB value is (30,47,16). Sum of RGB (Red+Green+Blue) = 30+47+16=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 47 (18.75% from 255 or 50.54% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 47 - color contains mainly: green. Hex color #1E2F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2F10 is #E1D0EF. Grayscale: #262626. Windows color (decimal): -14799088 or 1060638. OLE color: 1060638.

HSL color Cylindrical-coordinate representation of color #1E2F10: hue angle of 92.9º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E2F10 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.82.

Color convert

RGB304716-
CMYK0.3600.660.82
HSL92.9º49.21%12.35%-
HSV(B)92.9º65.96%18.43%-
XYZ1.652.350.86-
YUV38.38115.37122.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.26%
GREEN value IS 47 (18.75% from 255) = 50.54%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=32.26%
G=50.54%
B=17.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3047160.3600.660.8292.949.2112.35
Hex1E2F1024042525d31c
Octal3657204401021221356114
Binary111101011111000010010001000010101001010111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,47,16); }

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

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

 a { background-color: rgb(30,47,16); }

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

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

 span { border-color: rgb(30,47,16); }

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