Html Css Color HEX #1E3702 Pine Tree

📋 copy color: '#1E3702'

red 30 ◦ green 55 ◦ blue 2

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

Shades of Pine Tree #1E3702

Tints of Pine Tree #1E3702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.3%

R = 34.48%
G = 63.22%
B = 2.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#1E3702 (or 0x1E3702) is known color: Pine Tree. HEX triplet: 1E, 37 and 02. RGB value is (30,55,2). Sum of RGB (Red+Green+Blue) = 30+55+2=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 55 (21.88% from 255 or 63.22% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3702 is #E1C8FD. Grayscale: #292929. Windows color (decimal): -14797054 or 145182. OLE color: 145182.

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

Color convert

RGB 30 55 2 -
CMYK 0.45 0 0.96 0.78
HSL 88.3º 0.93% 0.11% -
HSV(B) 88.3º 0.96% 0.22% -
XYZ 1.91 3.01 0.54 -
YUV 41.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 30 55 2 0.45 0 0.96 0.78 88.3 0.93 0.11
Hex 1E 37 2 2D 0 60 4E 58 5D B
Octal 36 67 2 55 0 140 116 130 135 13
Binary 11110 110111 10 101101 0 1100000 1001110 1011000 1011101 1011

Color Harmonies of #1E3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3702

Black with #1E3702

Text Example


Text Example

White with #1E3702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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