Html Css Color HEX #1D3A07 Pine Tree

📋 copy color: '#1D3A07'

red 29 ◦ green 58 ◦ blue 7

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

Shades of Pine Tree #1D3A07

Tints of Pine Tree #1D3A07

RGB

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

 GREEN value IS 58 (23.05% from 255) = 61.7%

 BLUE value IS 7 (3.13% from 255) = 7.45%

R = 30.85%
G = 61.7%
B = 7.45%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.88

 K value IS 0.77

RGB Variations

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

Color information

#1D3A07 (or 0x1D3A07) is known color: Pine Tree. HEX triplet: 1D, 3A and 07. RGB value is (29,58,7). Sum of RGB (Red+Green+Blue) = 29+58+7=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 58 (23.05% from 255 or 61.70% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 58 - color contains mainly: green. Hex color #1D3A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3A07 is #E2C5F8. Grayscale: #2B2B2B. Windows color (decimal): -14861817 or 473629. OLE color: 473629.

HSL color Cylindrical-coordinate representation of color #1D3A07: hue angle of 94.12º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D3A07 is Cyan = 0.5, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.77.

Color convert

RGB 29 58 7 -
CMYK 0.5 0 0.88 0.77
HSL 94.12º 0.78% 0.13% -
HSV(B) 94.12º 0.88% 0.23% -
XYZ 2.06 3.3 0.73 -
YUV 43.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 29 58 7 0.5 0 0.88 0.77 94.12 0.78 0.13
Hex 1D 3A 7 32 0 58 4D 5E 4E D
Octal 35 72 7 62 0 130 115 136 116 15
Binary 11101 111010 111 110010 0 1011000 1001101 1011110 1001110 1101

Color Harmonies of #1D3A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3A07

Black with #1D3A07

Text Example


Text Example

White with #1D3A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,58,7); }

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

background-color css

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

 a { background-color: rgb(29,58,7); }

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

border-color css

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

 span { border-color: rgb(29,58,7); }

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