Html Css Color HEX #1E3007 Pine Tree

📋 copy color: '#1E3007'

red 30 ◦ green 48 ◦ blue 7

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

Shades of Pine Tree #1E3007

Tints of Pine Tree #1E3007

RGB

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

 GREEN value IS 48 (19.14% from 255) = 56.47%

 BLUE value IS 7 (3.13% from 255) = 8.24%

R = 35.29%
G = 56.47%
B = 8.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#1E3007 (or 0x1E3007) is known color: Pine Tree. HEX triplet: 1E, 30 and 07. RGB value is (30,48,7). Sum of RGB (Red+Green+Blue) = 30+48+7=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3007 is #E1CFF8. Grayscale: #262626. Windows color (decimal): -14798841 or 471070. OLE color: 471070.

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

Color convert

RGB 30 48 7 -
CMYK 0.37 0 0.85 0.81
HSL 86.34º 0.75% 0.11% -
HSV(B) 86.34º 0.85% 0.19% -
XYZ 1.63 2.41 0.58 -
YUV 37.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 30 48 7 0.37 0 0.85 0.81 86.34 0.75 0.11
Hex 1E 30 7 25 0 55 51 56 4B B
Octal 36 60 7 45 0 125 121 126 113 13
Binary 11110 110000 111 100101 0 1010101 1010001 1010110 1001011 1011

Color Harmonies of #1E3007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3007

Black with #1E3007

Text Example


Text Example

White with #1E3007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,48,7); }

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

background-color css

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

 a { background-color: rgb(30,48,7); }

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

border-color css

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

 span { border-color: rgb(30,48,7); }

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