#23271C

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

Shades of Pine Tree #23271C

Tints of Pine Tree #23271C

Color information

#23271C (or 0x23271C) is unknown color: approx Pine Tree. HEX triplet: 23, 27 and 1C. RGB value is (35,39,28). Sum of RGB (Red+Green+Blue) = 35+39+28=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 39 - color contains mainly: green. Hex color #23271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23271C is #DCD8E3. Grayscale: #242424. Windows color (decimal): -14473444 or 1845027. OLE color: 1845027.

HSL color Cylindrical-coordinate representation of color #23271C: hue angle of 81.82º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #23271C is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB353928-
CMYK0.1000.280.85
HSL81.82º16.42%13.14%-
HSV(B)81.82º28.21%15.29%-
XYZ1.631.891.38-
YUV36.55123.17126.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.31%
GREEN value IS 39 (15.62% from 255) = 38.24%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=34.31%
G=38.24%
B=27.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3539280.1000.280.8581.8216.4213.14
Hex23271CA01C555210d
Octal434734120341251222015
Binary10001110011111100101001110010101011010010100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23271C; }

 p { color: rgb(35,39,28); }

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

<style>
 a { background-color: #23271C; }

 a { background-color: rgb(35,39,28); }

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

<style>
 span { border-color: #23271C; }

 span { border-color: rgb(35,39,28); }

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