Html Css Color HEX #1A250B Pine Tree

📋 copy color: '#1A250B'

red 26 ◦ green 37 ◦ blue 11

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

Shades of Pine Tree #1A250B

Tints of Pine Tree #1A250B

RGB

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

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

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

R = 35.14%
G = 50%
B = 14.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#1A250B (or 0x1A250B) is known color: Pine Tree. HEX triplet: 1A, 25 and 0B. RGB value is (26,37,11). Sum of RGB (Red+Green+Blue) = 26+37+11=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #1A250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A250B is #E5DAF4. Grayscale: #1E1E1E. Windows color (decimal): -15063797 or 730394. OLE color: 730394.

HSL color Cylindrical-coordinate representation of color #1A250B: hue angle of 85.38º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A250B is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB 26 37 11 -
CMYK 0.30 0 0.70 0.85
HSL 85.38º 0.54% 0.09% -
HSV(B) 85.38º 0.7% 0.15% -
XYZ 1.15 1.57 0.56 -
YUV 30.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 26 37 11 0.30 0 0.70 0.85 85.38 0.54 0.09
Hex 1A 25 B 1E 0 46 55 55 36 9
Octal 32 45 13 36 0 106 125 125 66 11
Binary 11010 100101 1011 11110 0 1000110 1010101 1010101 110110 1001

Color Harmonies of #1A250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A250B

Black with #1A250B

Text Example


Text Example

White with #1A250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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