#15230D

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

Shades of Pine Tree #15230D

Tints of Pine Tree #15230D

Color information

#15230D (or 0x15230D) is unknown color: approx Pine Tree. HEX triplet: 15, 23 and 0D. RGB value is (21,35,13). Sum of RGB (Red+Green+Blue) = 21+35+13=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #15230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15230D is #EADCF2. Grayscale: #1C1C1C. Windows color (decimal): -15391987 or 860949. OLE color: 860949.

HSL color Cylindrical-coordinate representation of color #15230D: hue angle of 98.18º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #15230D is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB213513-
CMYK0.4000.630.86
HSL98.18º45.83%9.41%-
HSV(B)98.18º62.86%13.73%-
XYZ0.981.390.6-
YUV28.31119.36122.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.43%
GREEN value IS 35 (14.06% from 255) = 50.72%
BLUE value IS 13 (5.47% from 255) = 18.84%
R=30.43%
G=50.72%
B=18.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2135130.4000.630.8698.1845.839.41
Hex1523D2803F56622e9
Octal254315500771261425611
Binary1010110001111011010000111111101011011000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15230D; }

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

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

<style>
 a { background-color: #15230D; }

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

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

<style>
 span { border-color: #15230D; }

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

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