Html Css Color HEX #1D3000 Pine Tree

📋 copy color: '#1D3000'

red 29 ◦ green 48 ◦ blue 0

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

Shades of Pine Tree #1D3000

Tints of Pine Tree #1D3000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 62.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.66%
G = 62.34%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#1D3000 (or 0x1D3000) is known color: Pine Tree. HEX triplet: 1D, 30 and 00. RGB value is (29,48,0). Sum of RGB (Red+Green+Blue) = 29+48+0=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3000 is #E2CFFF. Grayscale: #252525. Windows color (decimal): -14864384 or 12317. OLE color: 12317.

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

Color convert

RGB 29 48 0 -
CMYK 0.40 0 1 0.81
HSL 83.75º 1% 0.09% -
HSV(B) 83.75º 1% 0.19% -
XYZ 1.56 2.38 0.38 -
YUV 36.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 29 48 0 0.40 0 1 0.81 83.75 1 0.09
Hex 1D 30 0 28 0 64 51 54 64 9
Octal 35 60 0 50 0 144 121 124 144 11
Binary 11101 110000 0 101000 0 1100100 1010001 1010100 1100100 1001

Color Harmonies of #1D3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3000

Black with #1D3000

Text Example


Text Example

White with #1D3000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,48,0); }

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

background-color css

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

 a { background-color: rgb(29,48,0); }

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

border-color css

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

 span { border-color: rgb(29,48,0); }

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