#232E10

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

Shades of Pine Tree #232E10

Tints of Pine Tree #232E10

Color information

#232E10 (or 0x232E10) is unknown color: approx Pine Tree. HEX triplet: 23, 2E and 10. RGB value is (35,46,16). Sum of RGB (Red+Green+Blue) = 35+46+16=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #232E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232E10 is #DCD1EF. Grayscale: #272727. Windows color (decimal): -14471664 or 1060387. OLE color: 1060387.

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

Color convert

RGB354616-
CMYK0.2400.650.82
HSL82º48.39%12.16%-
HSV(B)82º65.22%18.04%-
XYZ1.762.350.85-
YUV39.29114.86124.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 46 (18.36% from 255) = 47.42%
BLUE value IS 16 (6.64% from 255) = 16.49%
R=36.08%
G=47.42%
B=16.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3546160.2400.650.828248.3912.16
Hex232E1018041525230c
Octal4356203001011221226014
Binary100011101110100001100001000001101001010100101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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