Html Css Color HEX #1E370A Pine Tree

📋 copy color: '#1E370A'

red 30 ◦ green 55 ◦ blue 10

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

Shades of Pine Tree #1E370A

Tints of Pine Tree #1E370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 57.89%

 BLUE value IS 10 (4.3% from 255) = 10.53%

R = 31.58%
G = 57.89%
B = 10.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#1E370A (or 0x1E370A) is known color: Pine Tree. HEX triplet: 1E, 37 and 0A. RGB value is (30,55,10). Sum of RGB (Red+Green+Blue) = 30+55+10=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 55 (21.88% from 255 or 57.89% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 55 - color contains mainly: green. Hex color #1E370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E370A is #E1C8F5. Grayscale: #2A2A2A. Windows color (decimal): -14797046 or 669470. OLE color: 669470.

HSL color Cylindrical-coordinate representation of color #1E370A: hue angle of 93.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E370A is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 30 55 10 -
CMYK 0.45 0 0.82 0.78
HSL 93.33º 0.69% 0.13% -
HSV(B) 93.33º 0.82% 0.22% -
XYZ 1.96 3.03 0.77 -
YUV 42.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 30 55 10 0.45 0 0.82 0.78 93.33 0.69 0.13
Hex 1E 37 A 2D 0 52 4E 5D 45 D
Octal 36 67 12 55 0 122 116 135 105 15
Binary 11110 110111 1010 101101 0 1010010 1001110 1011101 1000101 1101

Color Harmonies of #1E370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E370A

Black with #1E370A

Text Example


Text Example

White with #1E370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,55,10); }

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

background-color css

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

 a { background-color: rgb(30,55,10); }

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

border-color css

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

 span { border-color: rgb(30,55,10); }

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