#232F19

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

Shades of Pine Tree #232F19

Tints of Pine Tree #232F19

Color information

#232F19 (or 0x232F19) is unknown color: approx Pine Tree. HEX triplet: 23, 2F and 19. RGB value is (35,47,25). Sum of RGB (Red+Green+Blue) = 35+47+25=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #232F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232F19 is #DCD0E6. Grayscale: #282828. Windows color (decimal): -14471399 or 1650467. OLE color: 1650467.

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

Color convert

RGB354725-
CMYK0.2600.470.82
HSL92.73º30.56%14.12%-
HSV(B)92.73º46.81%18.43%-
XYZ1.892.461.3-
YUV40.9119.02123.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.71%
GREEN value IS 47 (18.75% from 255) = 43.93%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=32.71%
G=43.93%
B=23.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3547250.2600.470.8292.7330.5614.12
Hex232F191A02F525d1fe
Octal435731320571221353716
Binary1000111011111100111010010111110100101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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