#252C1E

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

Shades of Pine Tree #252C1E

Tints of Pine Tree #252C1E

Color information

#252C1E (or 0x252C1E) is unknown color: approx Pine Tree. HEX triplet: 25, 2C and 1E. RGB value is (37,44,30). Sum of RGB (Red+Green+Blue) = 37+44+30=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 44 - color contains mainly: green. Hex color #252C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C1E is #DAD3E1. Grayscale: #282828. Windows color (decimal): -14341090 or 1977381. OLE color: 1977381.

HSL color Cylindrical-coordinate representation of color #252C1E: hue angle of 90º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #252C1E is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.83.

Color convert

RGB374430-
CMYK0.1600.320.83
HSL90º18.92%14.51%-
HSV(B)90º31.82%17.25%-
XYZ1.92.291.57-
YUV40.31122.18125.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 44 (17.58% from 255) = 39.64%
BLUE value IS 30 (12.11% from 255) = 27.03%
R=33.33%
G=39.64%
B=27.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3744300.1600.320.839018.9214.51
Hex252C1E10020535a13f
Octal455436200401231322317
Binary1001011011001111010000010000010100111011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,44,30); }

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

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

 a { background-color: rgb(37,44,30); }

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

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

 span { border-color: rgb(37,44,30); }

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