Html Css Color HEX #1D350A Pine Tree

📋 copy color: '#1D350A'

red 29 ◦ green 53 ◦ blue 10

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

Shades of Pine Tree #1D350A

Tints of Pine Tree #1D350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 57.61%

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

R = 31.52%
G = 57.61%
B = 10.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#1D350A (or 0x1D350A) is known color: Pine Tree. HEX triplet: 1D, 35 and 0A. RGB value is (29,53,10). Sum of RGB (Red+Green+Blue) = 29+53+10=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #1D350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D350A is #E2CAF5. Grayscale: #292929. Windows color (decimal): -14863094 or 668957. OLE color: 668957.

HSL color Cylindrical-coordinate representation of color #1D350A: hue angle of 93.49º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D350A is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 29 53 10 -
CMYK 0.45 0 0.81 0.79
HSL 93.49º 0.68% 0.12% -
HSV(B) 93.49º 0.81% 0.21% -
XYZ 1.83 2.83 0.74 -
YUV 40.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 29 53 10 0.45 0 0.81 0.79 93.49 0.68 0.12
Hex 1D 35 A 2D 0 51 4F 5D 44 C
Octal 35 65 12 55 0 121 117 135 104 14
Binary 11101 110101 1010 101101 0 1010001 1001111 1011101 1000100 1100

Color Harmonies of #1D350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D350A

Black with #1D350A

Text Example


Text Example

White with #1D350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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