#1B2400

Color #1B2400 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #1B2400

Tints of Pine Tree #1B2400

Color information

#1B2400 (or 0x1B2400) is unknown color: approx Pine Tree. HEX triplet: 1B, 24 and 00. RGB value is (27,36,0). Sum of RGB (Red+Green+Blue) = 27+36+0=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #1B2400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2400 is #E4DBFF. Grayscale: #1D1D1D. Windows color (decimal): -14998528 or 9243. OLE color: 9243.

HSL color Cylindrical-coordinate representation of color #1B2400: hue angle of 75º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B2400 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB27360-
CMYK0.25010.86
HSL75º100%7.06%-
HSV(B)75º100%14.12%-
XYZ1.081.490.23-
YUV29.2111.52126.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.86%
GREEN value IS 36 (14.45% from 255) = 57.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.86%
G=57.14%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal273600.25010.86751007.06
Hex1B24019064564b647
Octal334403101441261131447
Binary1101110010001100101100100101011010010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,36,0); }

 H1.HeaderClassName
 {
   color: #1B2400;
 }
 .AnyTagClassName
 {
   color: #1B2400;
 }
</style>
background-color css

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

 a { background-color: rgb(27,36,0); }

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

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

 span { border-color: rgb(27,36,0); }

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