#233012

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

Shades of Pine Tree #233012

Tints of Pine Tree #233012

Color information

#233012 (or 0x233012) is unknown color: approx Pine Tree. HEX triplet: 23, 30 and 12. RGB value is (35,48,18). Sum of RGB (Red+Green+Blue) = 35+48+18=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #233012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233012 is #DCCFED. Grayscale: #282828. Windows color (decimal): -14471150 or 1191971. OLE color: 1191971.

HSL color Cylindrical-coordinate representation of color #233012: hue angle of 86º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #233012 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB354818-
CMYK0.2700.630.81
HSL86º45.45%12.94%-
HSV(B)86º62.5%18.82%-
XYZ1.862.510.96-
YUV40.69115.19123.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.65%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=34.65%
G=47.52%
B=17.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548180.2700.630.818645.4512.94
Hex2330121B03F51562dd
Octal436022330771211265515
Binary10001111000010010110110111111101000110101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233012; }

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

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

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

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

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

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

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

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