Html Css Color HEX #1D370A Pine Tree

📋 copy color: '#1D370A'

red 29 ◦ green 55 ◦ blue 10

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

Shades of Pine Tree #1D370A

Tints of Pine Tree #1D370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 58.51%

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

R = 30.85%
G = 58.51%
B = 10.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#1D370A (or 0x1D370A) is known color: Pine Tree. HEX triplet: 1D, 37 and 0A. RGB value is (29,55,10). Sum of RGB (Red+Green+Blue) = 29+55+10=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #1D370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D370A is #E2C8F5. Grayscale: #2A2A2A. Windows color (decimal): -14862582 or 669469. OLE color: 669469.

HSL color Cylindrical-coordinate representation of color #1D370A: hue angle of 94.67º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D370A is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 55 10 -
CMYK 0.47 0 0.82 0.78
HSL 94.67º 0.69% 0.13% -
HSV(B) 94.67º 0.82% 0.22% -
XYZ 1.93 3.02 0.77 -
YUV 42.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 29 55 10 0.47 0 0.82 0.78 94.67 0.69 0.13
Hex 1D 37 A 2F 0 52 4E 5F 45 D
Octal 35 67 12 57 0 122 116 137 105 15
Binary 11101 110111 1010 101111 0 1010010 1001110 1011111 1000101 1101

Color Harmonies of #1D370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D370A

Black with #1D370A

Text Example


Text Example

White with #1D370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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