#1B230F

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

Shades of Pine Tree #1B230F

Tints of Pine Tree #1B230F

Color information

#1B230F (or 0x1B230F) is unknown color: approx Pine Tree. HEX triplet: 1B, 23 and 0F. RGB value is (27,35,15). Sum of RGB (Red+Green+Blue) = 27+35+15=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #1B230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B230F is #E4DCF0. Grayscale: #1E1E1E. Windows color (decimal): -14998769 or 992027. OLE color: 992027.

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

Color convert

RGB273515-
CMYK0.2300.570.86
HSL84º40%9.8%-
HSV(B)84º57.14%13.73%-
XYZ1.141.470.68-
YUV30.33119.35125.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 35 (14.06% from 255) = 45.45%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=35.06%
G=45.45%
B=19.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2735150.2300.570.8684409.8
Hex1B23F17039565428a
Octal334317270711261245012
Binary110111000111111101110111001101011010101001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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