Html Css Color HEX #1A250C Pine Tree

📋 copy color: '#1A250C'

red 26 ◦ green 37 ◦ blue 12

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

Shades of Pine Tree #1A250C

Tints of Pine Tree #1A250C

RGB

 RED value IS 26 (10.55% from 255) = 34.67%

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

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

R = 34.67%
G = 49.33%
B = 16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#1A250C (or 0x1A250C) is known color: Pine Tree. HEX triplet: 1A, 25 and 0C. RGB value is (26,37,12). Sum of RGB (Red+Green+Blue) = 26+37+12=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #1A250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A250C is #E5DAF3. Grayscale: #1E1E1E. Windows color (decimal): -15063796 or 795930. OLE color: 795930.

HSL color Cylindrical-coordinate representation of color #1A250C: hue angle of 86.4º 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 #1A250C is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 26 37 12 -
CMYK 0.30 0 0.68 0.85
HSL 86.4º 0.51% 0.1% -
HSV(B) 86.4º 0.68% 0.15% -
XYZ 1.15 1.57 0.59 -
YUV 30.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 26 37 12 0.30 0 0.68 0.85 86.4 0.51 0.1
Hex 1A 25 C 1E 0 44 55 56 33 A
Octal 32 45 14 36 0 104 125 126 63 12
Binary 11010 100101 1100 11110 0 1000100 1010101 1010110 110011 1010

Color Harmonies of #1A250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A250C

Black with #1A250C

Text Example


Text Example

White with #1A250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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