#232E19

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

Shades of Pine Tree #232E19

Tints of Pine Tree #232E19

Color information

#232E19 (or 0x232E19) is unknown color: approx Pine Tree. HEX triplet: 23, 2E and 19. RGB value is (35,46,25). Sum of RGB (Red+Green+Blue) = 35+46+25=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #232E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232E19 is #DCD1E6. Grayscale: #282828. Windows color (decimal): -14471655 or 1650211. OLE color: 1650211.

HSL color Cylindrical-coordinate representation of color #232E19: hue angle of 91.43º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #232E19 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.82.

Color convert

RGB354625-
CMYK0.2400.460.82
HSL91.43º29.58%13.92%-
HSV(B)91.43º45.65%18.04%-
XYZ1.852.381.28-
YUV40.32119.36124.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.02%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=33.02%
G=43.40%
B=23.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3546250.2400.460.8291.4329.5813.92
Hex232E191802E525b1ee
Octal435631300561221333616
Binary1000111011101100111000010111010100101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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