#23390E

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

Shades of Pine Tree #23390E

Tints of Pine Tree #23390E

Color information

#23390E (or 0x23390E) is unknown color: approx Pine Tree. HEX triplet: 23, 39 and 0E. RGB value is (35,57,14). Sum of RGB (Red+Green+Blue) = 35+57+14=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #23390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23390E is #DCC6F1. Grayscale: #2D2D2D. Windows color (decimal): -14468850 or 932131. OLE color: 932131.

HSL color Cylindrical-coordinate representation of color #23390E: hue angle of 90.7º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23390E is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB355714-
CMYK0.3900.750.78
HSL90.7º60.56%13.92%-
HSV(B)90.7º75.44%22.35%-
XYZ2.243.320.94-
YUV45.52110.21120.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.02%
GREEN value IS 57 (22.66% from 255) = 53.77%
BLUE value IS 14 (5.86% from 255) = 13.21%
R=33.02%
G=53.77%
B=13.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3557140.3900.750.7890.760.5613.92
Hex2339E2704B4E5b3de
Octal4371164701131161337516
Binary100011111001111010011101001011100111010110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23390E; }

 p { color: rgb(35,57,14); }

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

<style>
 a { background-color: #23390E; }

 a { background-color: rgb(35,57,14); }

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

<style>
 span { border-color: #23390E; }

 span { border-color: rgb(35,57,14); }

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