#1B2E10

Color #1B2E10 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #1B2E10

Tints of Black Forest #1B2E10

Color information

#1B2E10 (or 0x1B2E10) is unknown color: approx Black Forest. HEX triplet: 1B, 2E and 10. RGB value is (27,46,16). Sum of RGB (Red+Green+Blue) = 27+46+16=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #1B2E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2E10 is #E4D1EF. Grayscale: #242424. Windows color (decimal): -14995952 or 1060379. OLE color: 1060379.

HSL color Cylindrical-coordinate representation of color #1B2E10: hue angle of 98º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B2E10 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.

Color convert

RGB274616-
CMYK0.4100.650.82
HSL98º48.39%12.16%-
HSV(B)98º65.22%18.04%-
XYZ1.522.220.84-
YUV36.9116.21120.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.34%
GREEN value IS 46 (18.36% from 255) = 51.69%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=30.34%
G=51.69%
B=17.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2746160.4100.650.829848.3912.16
Hex1B2E1029041526230c
Octal3356205101011221426014
Binary110111011101000010100101000001101001011000101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,46,16); }

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

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

 a { background-color: rgb(27,46,16); }

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

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

 span { border-color: rgb(27,46,16); }

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