#252F14

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

Shades of Pine Tree #252F14

Tints of Pine Tree #252F14

Color information

#252F14 (or 0x252F14) is unknown color: approx Pine Tree. HEX triplet: 25, 2F and 14. RGB value is (37,47,20). Sum of RGB (Red+Green+Blue) = 37+47+20=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #252F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252F14 is #DAD0EB. Grayscale: #292929. Windows color (decimal): -14340332 or 1322789. OLE color: 1322789.

HSL color Cylindrical-coordinate representation of color #252F14: hue angle of 82.22º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #252F14 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB374720-
CMYK0.2100.570.82
HSL82.22º40.3%13.14%-
HSV(B)82.22º57.45%18.43%-
XYZ1.912.481.04-
YUV40.93116.19125.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=35.58%
G=45.19%
B=19.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3747200.2100.570.8282.2240.313.14
Hex252F1415039525228d
Octal455724250711221225015
Binary10010110111110100101010111001101001010100101010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,47,20); }

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

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

 a { background-color: rgb(37,47,20); }

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

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

 span { border-color: rgb(37,47,20); }

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