Html Css Color HEX #1D250C Pine Tree

📋 copy color: '#1D250C'

red 29 ◦ green 37 ◦ blue 12

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

Shades of Pine Tree #1D250C

Tints of Pine Tree #1D250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 47.44%

 BLUE value IS 12 (5.08% from 255) = 15.38%

R = 37.18%
G = 47.44%
B = 15.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#1D250C (or 0x1D250C) is known color: Pine Tree. HEX triplet: 1D, 25 and 0C. RGB value is (29,37,12). Sum of RGB (Red+Green+Blue) = 29+37+12=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #1D250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D250C is #E2DAF3. Grayscale: #1F1F1F. Windows color (decimal): -14867188 or 795933. OLE color: 795933.

HSL color Cylindrical-coordinate representation of color #1D250C: hue angle of 79.2º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D250C is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 37 12 -
CMYK 0.22 0 0.68 0.85
HSL 79.2º 0.51% 0.1% -
HSV(B) 79.2º 0.68% 0.15% -
XYZ 1.23 1.61 0.59 -
YUV 31.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 29 37 12 0.22 0 0.68 0.85 79.2 0.51 0.1
Hex 1D 25 C 16 0 44 55 4F 33 A
Octal 35 45 14 26 0 104 125 117 63 12
Binary 11101 100101 1100 10110 0 1000100 1010101 1001111 110011 1010

Color Harmonies of #1D250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D250C

Black with #1D250C

Text Example


Text Example

White with #1D250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,37,12); }

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

background-color css

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

 a { background-color: rgb(29,37,12); }

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

border-color css

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

 span { border-color: rgb(29,37,12); }

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