#23380C

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

Shades of Pine Tree #23380C

Tints of Pine Tree #23380C

Color information

#23380C (or 0x23380C) is unknown color: approx Pine Tree. HEX triplet: 23, 38 and 0C. RGB value is (35,56,12). Sum of RGB (Red+Green+Blue) = 35+56+12=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #23380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23380C is #DCC7F3. Grayscale: #2C2C2C. Windows color (decimal): -14469108 or 800803. OLE color: 800803.

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

Color convert

RGB355612-
CMYK0.3700.790.78
HSL88.64º64.71%13.33%-
HSV(B)88.64º78.57%21.96%-
XYZ2.173.210.85-
YUV44.71109.54121.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 56 (22.27% from 255) = 54.37%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=33.98%
G=54.37%
B=11.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3556120.3700.790.7888.6464.7113.33
Hex2338C2504F4E5941d
Octal43701445011711613110115
Binary1000111110001100100101010011111001110101100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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