#23390C

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

Shades of Pine Tree #23390C

Tints of Pine Tree #23390C

Color information

#23390C (or 0x23390C) is unknown color: approx Pine Tree. HEX triplet: 23, 39 and 0C. RGB value is (35,57,12). Sum of RGB (Red+Green+Blue) = 35+57+12=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #23390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23390C is #DCC6F3. Grayscale: #2D2D2D. Windows color (decimal): -14468852 or 801059. OLE color: 801059.

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

Color convert

RGB355712-
CMYK0.3900.790.78
HSL89.33º65.22%13.53%-
HSV(B)89.33º78.95%22.35%-
XYZ2.223.310.87-
YUV45.29109.21120.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 57 (22.66% from 255) = 54.81%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=33.65%
G=54.81%
B=11.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3557120.3900.790.7889.3365.2213.53
Hex2339C2704F4E5941e
Octal43711447011711613110116
Binary1000111110011100100111010011111001110101100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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