#252F0D

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

Shades of Pine Tree #252F0D

Tints of Pine Tree #252F0D

Color information

#252F0D (or 0x252F0D) is unknown color: approx Pine Tree. HEX triplet: 25, 2F and 0D. RGB value is (37,47,13). Sum of RGB (Red+Green+Blue) = 37+47+13=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 47 - color contains mainly: green. Hex color #252F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252F0D is #DAD0F2. Grayscale: #282828. Windows color (decimal): -14340339 or 864037. OLE color: 864037.

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

Color convert

RGB374713-
CMYK0.2100.720.82
HSL77.65º56.67%11.76%-
HSV(B)77.65º72.34%18.43%-
XYZ1.852.460.76-
YUV40.13112.69125.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.14%
GREEN value IS 47 (18.75% from 255) = 48.45%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=38.14%
G=48.45%
B=13.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3747130.2100.720.8277.6556.6711.76
Hex252FD15048524e39c
Octal4557152501101221167114
Binary10010110111111011010101001000101001010011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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