Html Css Color HEX #1B250F Pine Tree

📋 copy color: '#1B250F'

red 27 ◦ green 37 ◦ blue 15

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

Shades of Pine Tree #1B250F

Tints of Pine Tree #1B250F

RGB

 RED value IS 27 (10.94% from 255) = 34.18%

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

 BLUE value IS 15 (6.25% from 255) = 18.99%

R = 34.18%
G = 46.84%
B = 18.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#1B250F (or 0x1B250F) is known color: Pine Tree. HEX triplet: 1B, 25 and 0F. RGB value is (27,37,15). Sum of RGB (Red+Green+Blue) = 27+37+15=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #1B250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B250F is #E4DAF0. Grayscale: #1F1F1F. Windows color (decimal): -14998257 or 992539. OLE color: 992539.

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

Color convert

RGB 27 37 15 -
CMYK 0.27 0 0.59 0.85
HSL 87.27º 0.42% 0.1% -
HSV(B) 87.27º 0.59% 0.15% -
XYZ 1.2 1.59 0.7 -
YUV 31.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 27 37 15 0.27 0 0.59 0.85 87.27 0.42 0.1
Hex 1B 25 F 1B 0 3B 55 57 2A A
Octal 33 45 17 33 0 73 125 127 52 12
Binary 11011 100101 1111 11011 0 111011 1010101 1010111 101010 1010

Color Harmonies of #1B250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B250F

Black with #1B250F

Text Example


Text Example

White with #1B250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,37,15); }

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

background-color css

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

 a { background-color: rgb(27,37,15); }

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

border-color css

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

 span { border-color: rgb(27,37,15); }

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