#252E17

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

Shades of Pine Tree #252E17

Tints of Pine Tree #252E17

Color information

#252E17 (or 0x252E17) is unknown color: approx Pine Tree. HEX triplet: 25, 2E and 17. RGB value is (37,46,23). Sum of RGB (Red+Green+Blue) = 37+46+23=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #252E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252E17 is #DAD1E8. Grayscale: #282828. Windows color (decimal): -14340585 or 1519141. OLE color: 1519141.

HSL color Cylindrical-coordinate representation of color #252E17: hue angle of 83.48º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252E17 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.82.

Color convert

RGB374623-
CMYK0.2000.500.82
HSL83.48º33.33%13.53%-
HSV(B)83.48º50%18.04%-
XYZ1.892.411.18-
YUV40.69118.02125.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=34.91%
G=43.40%
B=21.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3746230.2000.500.8283.4833.3313.53
Hex252E1714032525321e
Octal455627240621221234116
Binary10010110111010111101000110010101001010100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252E17; }

 p { color: rgb(37,46,23); }

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

<style>
 a { background-color: #252E17; }

 a { background-color: rgb(37,46,23); }

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

<style>
 span { border-color: #252E17; }

 span { border-color: rgb(37,46,23); }

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