#252D1D

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

Shades of Pine Tree #252D1D

Tints of Pine Tree #252D1D

Color information

#252D1D (or 0x252D1D) is unknown color: approx Pine Tree. HEX triplet: 25, 2D and 1D. RGB value is (37,45,29). Sum of RGB (Red+Green+Blue) = 37+45+29=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 45 - color contains mainly: green. Hex color #252D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D1D is #DAD2E2. Grayscale: #282828. Windows color (decimal): -14340835 or 1912101. OLE color: 1912101.

HSL color Cylindrical-coordinate representation of color #252D1D: hue angle of 90º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #252D1D is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB374529-
CMYK0.1800.360.82
HSL90º21.62%14.51%-
HSV(B)90º35.56%17.65%-
XYZ1.922.361.52-
YUV40.78121.35125.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 45 (17.97% from 255) = 40.54%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=33.33%
G=40.54%
B=26.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3745290.1800.360.829021.6214.51
Hex252D1D12024525a16f
Octal455535220441221322617
Binary1001011011011110110010010010010100101011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,45,29); }

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

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

 a { background-color: rgb(37,45,29); }

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

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

 span { border-color: rgb(37,45,29); }

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