#232E15

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

Shades of Pine Tree #232E15

Tints of Pine Tree #232E15

Color information

#232E15 (or 0x232E15) is unknown color: approx Pine Tree. HEX triplet: 23, 2E and 15. RGB value is (35,46,21). Sum of RGB (Red+Green+Blue) = 35+46+21=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 46 - color contains mainly: green. Hex color #232E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232E15 is #DCD1EA. Grayscale: #272727. Windows color (decimal): -14471659 or 1388067. OLE color: 1388067.

HSL color Cylindrical-coordinate representation of color #232E15: hue angle of 86.4º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #232E15 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.

Color convert

RGB354621-
CMYK0.2400.540.82
HSL86.4º37.31%13.14%-
HSV(B)86.4º54.35%18.04%-
XYZ1.812.371.07-
YUV39.86117.36124.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.31%
GREEN value IS 46 (18.36% from 255) = 45.10%
BLUE value IS 21 (8.59% from 255) = 20.59%
R=34.31%
G=45.10%
B=20.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3546210.2400.540.8286.437.3113.14
Hex232E1518036525625d
Octal435625300661221264515
Binary10001110111010101110000110110101001010101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232E15; }

 p { color: rgb(35,46,21); }

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

<style>
 a { background-color: #232E15; }

 a { background-color: rgb(35,46,21); }

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

<style>
 span { border-color: #232E15; }

 span { border-color: rgb(35,46,21); }

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