#232C19

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

Shades of Pine Tree #232C19

Tints of Pine Tree #232C19

Color information

#232C19 (or 0x232C19) is unknown color: approx Pine Tree. HEX triplet: 23, 2C and 19. RGB value is (35,44,25). Sum of RGB (Red+Green+Blue) = 35+44+25=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 44 - color contains mainly: green. Hex color #232C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232C19 is #DCD3E6. Grayscale: #272727. Windows color (decimal): -14472167 or 1649699. OLE color: 1649699.

HSL color Cylindrical-coordinate representation of color #232C19: hue angle of 88.42º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #232C19 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.83.

Color convert

RGB354425-
CMYK0.2000.430.83
HSL88.42º27.54%13.53%-
HSV(B)88.42º43.18%17.25%-
XYZ1.772.231.26-
YUV39.14120.02125.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 44 (17.58% from 255) = 42.31%
BLUE value IS 25 (10.16% from 255) = 24.04%
R=33.65%
G=42.31%
B=24.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3544250.2000.430.8388.4227.5413.53
Hex232C191402B53581ce
Octal435431240531231303416
Binary1000111011001100110100010101110100111011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232C19; }

 p { color: rgb(35,44,25); }

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

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

 a { background-color: rgb(35,44,25); }

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

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

 span { border-color: rgb(35,44,25); }

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