#232F16

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

Shades of Pine Tree #232F16

Tints of Pine Tree #232F16

Color information

#232F16 (or 0x232F16) is unknown color: approx Pine Tree. HEX triplet: 23, 2F and 16. RGB value is (35,47,22). Sum of RGB (Red+Green+Blue) = 35+47+22=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #232F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232F16 is #DCD0E9. Grayscale: #282828. Windows color (decimal): -14471402 or 1453859. OLE color: 1453859.

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

Color convert

RGB354722-
CMYK0.2600.530.82
HSL88.8º36.23%13.53%-
HSV(B)88.8º53.19%18.43%-
XYZ1.852.451.13-
YUV40.56117.52124.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=33.65%
G=45.19%
B=21.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3547220.2600.530.8288.836.2313.53
Hex232F161A035525924e
Octal435726320651221314416
Binary10001110111110110110100110101101001010110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,47,22); }

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

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

 a { background-color: rgb(35,47,22); }

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

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

 span { border-color: rgb(35,47,22); }

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