Html Css Color HEX #1D240C Pine Tree

📋 copy color: '#1D240C'

red 29 ◦ green 36 ◦ blue 12

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

Shades of Pine Tree #1D240C

Tints of Pine Tree #1D240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 46.75%

 BLUE value IS 12 (5.08% from 255) = 15.58%

R = 37.66%
G = 46.75%
B = 15.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#1D240C (or 0x1D240C) is known color: Pine Tree. HEX triplet: 1D, 24 and 0C. RGB value is (29,36,12). Sum of RGB (Red+Green+Blue) = 29+36+12=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #1D240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D240C is #E2DBF3. Grayscale: #1F1F1F. Windows color (decimal): -14867444 or 795677. OLE color: 795677.

HSL color Cylindrical-coordinate representation of color #1D240C: hue angle of 77.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D240C is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB 29 36 12 -
CMYK 0.19 0 0.67 0.86
HSL 77.5º 0.5% 0.09% -
HSV(B) 77.5º 0.67% 0.14% -
XYZ 1.2 1.55 0.58 -
YUV 31.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 29 36 12 0.19 0 0.67 0.86 77.5 0.5 0.09
Hex 1D 24 C 13 0 43 56 4E 32 9
Octal 35 44 14 23 0 103 126 116 62 11
Binary 11101 100100 1100 10011 0 1000011 1010110 1001110 110010 1001

Color Harmonies of #1D240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D240C

Black with #1D240C

Text Example


Text Example

White with #1D240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,36,12); }

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

background-color css

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

 a { background-color: rgb(29,36,12); }

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

border-color css

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

 span { border-color: rgb(29,36,12); }

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