Html Css Color HEX #1D260A Pine Tree

📋 copy color: '#1D260A'

red 29 ◦ green 38 ◦ blue 10

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

Shades of Pine Tree #1D260A

Tints of Pine Tree #1D260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 49.35%

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

R = 37.66%
G = 49.35%
B = 12.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#1D260A (or 0x1D260A) is known color: Pine Tree. HEX triplet: 1D, 26 and 0A. RGB value is (29,38,10). Sum of RGB (Red+Green+Blue) = 29+38+10=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #1D260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D260A is #E2D9F5. Grayscale: #202020. Windows color (decimal): -14866934 or 665117. OLE color: 665117.

HSL color Cylindrical-coordinate representation of color #1D260A: hue angle of 79.29º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D260A is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 38 10 -
CMYK 0.24 0 0.74 0.85
HSL 79.29º 0.58% 0.09% -
HSV(B) 79.29º 0.74% 0.15% -
XYZ 1.25 1.67 0.54 -
YUV 32.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 29 38 10 0.24 0 0.74 0.85 79.29 0.58 0.09
Hex 1D 26 A 18 0 4A 55 4F 3A 9
Octal 35 46 12 30 0 112 125 117 72 11
Binary 11101 100110 1010 11000 0 1001010 1010101 1001111 111010 1001

Color Harmonies of #1D260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D260A

Black with #1D260A

Text Example


Text Example

White with #1D260A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,38,10); }

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

background-color css

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

 a { background-color: rgb(29,38,10); }

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

border-color css

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

 span { border-color: rgb(29,38,10); }

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