#23370C

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

Shades of Pine Tree #23370C

Tints of Pine Tree #23370C

Color information

#23370C (or 0x23370C) is unknown color: approx Pine Tree. HEX triplet: 23, 37 and 0C. RGB value is (35,55,12). Sum of RGB (Red+Green+Blue) = 35+55+12=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #23370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23370C is #DCC8F3. Grayscale: #2C2C2C. Windows color (decimal): -14469364 or 800547. OLE color: 800547.

HSL color Cylindrical-coordinate representation of color #23370C: hue angle of 87.91º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23370C is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB355512-
CMYK0.3600.780.78
HSL87.91º64.18%13.14%-
HSV(B)87.91º78.18%21.57%-
XYZ2.133.120.84-
YUV44.12109.87121.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.31%
GREEN value IS 55 (21.88% from 255) = 53.92%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=34.31%
G=53.92%
B=11.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3555120.3600.780.7887.9164.1813.14
Hex2337C2404E4E5840d
Octal43671444011611613010015
Binary1000111101111100100100010011101001110101100010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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