#23300E

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

Shades of Pine Tree #23300E

Tints of Pine Tree #23300E

Color information

#23300E (or 0x23300E) is unknown color: approx Pine Tree. HEX triplet: 23, 30 and 0E. RGB value is (35,48,14). Sum of RGB (Red+Green+Blue) = 35+48+14=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #23300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23300E is #DCCFF1. Grayscale: #282828. Windows color (decimal): -14471154 or 929827. OLE color: 929827.

HSL color Cylindrical-coordinate representation of color #23300E: hue angle of 82.94º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23300E is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB354814-
CMYK0.2700.710.81
HSL82.94º54.84%12.16%-
HSV(B)82.94º70.83%18.82%-
XYZ1.832.50.8-
YUV40.24113.19124.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 14 (5.86% from 255) = 14.43%
R=36.08%
G=49.48%
B=14.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548140.2700.710.8182.9454.8412.16
Hex2330E1B047515337c
Octal4360163301071211236714
Binary10001111000011101101101000111101000110100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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