Html Css Color HEX #1E250F Pine Tree

📋 copy color: '#1E250F'

red 30 ◦ green 37 ◦ blue 15

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

Shades of Pine Tree #1E250F

Tints of Pine Tree #1E250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.29%

R = 36.59%
G = 45.12%
B = 18.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#1E250F (or 0x1E250F) is known color: Pine Tree. HEX triplet: 1E, 25 and 0F. RGB value is (30,37,15). Sum of RGB (Red+Green+Blue) = 30+37+15=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #1E250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E250F is #E1DAF0. Grayscale: #202020. Windows color (decimal): -14801649 or 992542. OLE color: 992542.

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

Color convert

RGB 30 37 15 -
CMYK 0.19 0 0.59 0.85
HSL 79.09º 0.42% 0.1% -
HSV(B) 79.09º 0.59% 0.15% -
XYZ 1.28 1.63 0.7 -
YUV 32.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 30 37 15 0.19 0 0.59 0.85 79.09 0.42 0.1
Hex 1E 25 F 13 0 3B 55 4F 2A A
Octal 36 45 17 23 0 73 125 117 52 12
Binary 11110 100101 1111 10011 0 111011 1010101 1001111 101010 1010

Color Harmonies of #1E250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E250F

Black with #1E250F

Text Example


Text Example

White with #1E250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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