#1B230A

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

Shades of Pine Tree #1B230A

Tints of Pine Tree #1B230A

Color information

#1B230A (or 0x1B230A) is unknown color: approx Pine Tree. HEX triplet: 1B, 23 and 0A. RGB value is (27,35,10). Sum of RGB (Red+Green+Blue) = 27+35+10=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #1B230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B230A is #E4DCF5. Grayscale: #1D1D1D. Windows color (decimal): -14998774 or 664347. OLE color: 664347.

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

Color convert

RGB273510-
CMYK0.2300.710.86
HSL79.2º55.56%8.82%-
HSV(B)79.2º71.43%13.73%-
XYZ1.111.460.51-
YUV29.76116.85126.03-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 10 (4.30% from 255) = 13.89%
R=37.5%
G=48.61%
B=13.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2735100.2300.710.8679.255.568.82
Hex1B23A17047564f389
Octal3343122701071261177011
Binary1101110001110101011101000111101011010011111110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,35,10); }

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

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

 a { background-color: rgb(27,35,10); }

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

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

 span { border-color: rgb(27,35,10); }

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