Html Css Color HEX #1E2511 Pine Tree

📋 copy color: '#1E2511'

red 30 ◦ green 37 ◦ blue 17

#1E2511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #1E2511

Tints of Pine Tree #1E2511

RGB

 RED value IS 30 (12.11% from 255) = 35.71%

 GREEN value IS 37 (14.84% from 255) = 44.05%

 BLUE value IS 17 (7.03% from 255) = 20.24%

R = 35.71%
G = 44.05%
B = 20.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#1E2511 (or 0x1E2511) is known color: Pine Tree. HEX triplet: 1E, 25 and 11. RGB value is (30,37,17). Sum of RGB (Red+Green+Blue) = 30+37+17=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2511 is #E1DAEE. Grayscale: #202020. Windows color (decimal): -14801647 or 1123614. OLE color: 1123614.

HSL color Cylindrical-coordinate representation of color #1E2511: hue angle of 81º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E2511 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 37 17 -
CMYK 0.19 0 0.54 0.85
HSL 81º 0.37% 0.11% -
HSV(B) 81º 0.54% 0.15% -
XYZ 1.3 1.64 0.78 -
YUV 32.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 30 37 17 0.19 0 0.54 0.85 81 0.37 0.11
Hex 1E 25 11 13 0 36 55 51 25 B
Octal 36 45 21 23 0 66 125 121 45 13
Binary 11110 100101 10001 10011 0 110110 1010101 1010001 100101 1011

Color Harmonies of #1E2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2511

Black with #1E2511

Text Example


Text Example

White with #1E2511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,37,17); }

 H1.HeaderClassName
 {
   color: #1E2511;
 }
 .AnyTagClassName
 {
   color: #1E2511;
 }
</style>

background-color css

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

 a { background-color: rgb(30,37,17); }

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

border-color css

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

 span { border-color: rgb(30,37,17); }

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