Html Css Color HEX #1D370B Pine Tree

📋 copy color: '#1D370B'

red 29 ◦ green 55 ◦ blue 11

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

Shades of Pine Tree #1D370B

Tints of Pine Tree #1D370B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.58%

R = 30.53%
G = 57.89%
B = 11.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#1D370B (or 0x1D370B) is known color: Pine Tree. HEX triplet: 1D, 37 and 0B. RGB value is (29,55,11). Sum of RGB (Red+Green+Blue) = 29+55+11=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 55 (21.88% from 255 or 57.89% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 55 - color contains mainly: green. Hex color #1D370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D370B is #E2C8F4. Grayscale: #2A2A2A. Windows color (decimal): -14862581 or 735005. OLE color: 735005.

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

Color convert

RGB 29 55 11 -
CMYK 0.47 0 0.8 0.78
HSL 95.45º 0.67% 0.13% -
HSV(B) 95.45º 0.8% 0.22% -
XYZ 1.93 3.02 0.8 -
YUV 42.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 29 55 11 0.47 0 0.8 0.78 95.45 0.67 0.13
Hex 1D 37 B 2F 0 50 4E 5F 43 D
Octal 35 67 13 57 0 120 116 137 103 15
Binary 11101 110111 1011 101111 0 1010000 1001110 1011111 1000011 1101

Color Harmonies of #1D370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D370B

Black with #1D370B

Text Example


Text Example

White with #1D370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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