#252B1C

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

Shades of Pine Tree #252B1C

Tints of Pine Tree #252B1C

Color information

#252B1C (or 0x252B1C) is unknown color: approx Pine Tree. HEX triplet: 25, 2B and 1C. RGB value is (37,43,28). Sum of RGB (Red+Green+Blue) = 37+43+28=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 43 - color contains mainly: green. Hex color #252B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B1C is #DAD4E3. Grayscale: #272727. Windows color (decimal): -14341348 or 1846053. OLE color: 1846053.

HSL color Cylindrical-coordinate representation of color #252B1C: hue angle of 84º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #252B1C is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.83.

Color convert

RGB374328-
CMYK0.1400.350.83
HSL84º21.13%13.92%-
HSV(B)84º34.88%16.86%-
XYZ1.842.21.43-
YUV39.5121.51126.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 43 (17.19% from 255) = 39.81%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=34.26%
G=39.81%
B=25.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3743280.1400.350.838421.1313.92
Hex252B1CE023535415e
Octal455334160431231242516
Binary100101101011111001110010001110100111010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,43,28); }

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

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

 a { background-color: rgb(37,43,28); }

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

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

 span { border-color: rgb(37,43,28); }

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