Html Css Color HEX #1D300E Pine Tree

📋 copy color: '#1D300E'

red 29 ◦ green 48 ◦ blue 14

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

Shades of Pine Tree #1D300E

Tints of Pine Tree #1D300E

RGB

 RED value IS 29 (11.72% from 255) = 31.87%

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

 BLUE value IS 14 (5.86% from 255) = 15.38%

R = 31.87%
G = 52.75%
B = 15.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#1D300E (or 0x1D300E) is known color: Pine Tree. HEX triplet: 1D, 30 and 0E. RGB value is (29,48,14). Sum of RGB (Red+Green+Blue) = 29+48+14=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #1D300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D300E is #E2CFF1. Grayscale: #262626. Windows color (decimal): -14864370 or 929821. OLE color: 929821.

HSL color Cylindrical-coordinate representation of color #1D300E: hue angle of 93.53º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D300E is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 29 48 14 -
CMYK 0.40 0 0.71 0.81
HSL 93.53º 0.55% 0.12% -
HSV(B) 93.53º 0.71% 0.19% -
XYZ 1.64 2.41 0.79 -
YUV 38.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 29 48 14 0.40 0 0.71 0.81 93.53 0.55 0.12
Hex 1D 30 E 28 0 47 51 5E 37 C
Octal 35 60 16 50 0 107 121 136 67 14
Binary 11101 110000 1110 101000 0 1000111 1010001 1011110 110111 1100

Color Harmonies of #1D300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D300E

Black with #1D300E

Text Example


Text Example

White with #1D300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,48,14); }

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

background-color css

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

 a { background-color: rgb(29,48,14); }

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

border-color css

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

 span { border-color: rgb(29,48,14); }

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