#253D06

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

Shades of Pine Tree #253D06

Tints of Pine Tree #253D06

Color information

#253D06 (or 0x253D06) is unknown color: approx Pine Tree. HEX triplet: 25, 3D and 06. RGB value is (37,61,6). Sum of RGB (Red+Green+Blue) = 37+61+6=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 61 (24.22% from 255 or 58.65% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 61 - color contains mainly: green. Hex color #253D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253D06 is #DAC2F9. Grayscale: #2F2F2F. Windows color (decimal): -14336762 or 408869. OLE color: 408869.

HSL color Cylindrical-coordinate representation of color #253D06: hue angle of 86.18º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #253D06 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB37616-
CMYK0.3900.900.76
HSL86.18º82.09%13.14%-
HSV(B)86.18º90.16%23.92%-
XYZ2.463.740.77-
YUV47.55104.55120.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 61 (24.22% from 255) = 58.65%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=35.58%
G=58.65%
B=5.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal376160.3900.900.7686.1882.0913.14
Hex253D62705A4C5652d
Octal4575647013211412612215
Binary100101111101110100111010110101001100101011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253D06; }

 p { color: rgb(37,61,6); }

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

<style>
 a { background-color: #253D06; }

 a { background-color: rgb(37,61,6); }

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

<style>
 span { border-color: #253D06; }

 span { border-color: rgb(37,61,6); }

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