#253017

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

Shades of Pine Tree #253017

Tints of Pine Tree #253017

Color information

#253017 (or 0x253017) is unknown color: approx Pine Tree. HEX triplet: 25, 30 and 17. RGB value is (37,48,23). Sum of RGB (Red+Green+Blue) = 37+48+23=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #253017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253017 is #DACFE8. Grayscale: #292929. Windows color (decimal): -14340073 or 1519653. OLE color: 1519653.

HSL color Cylindrical-coordinate representation of color #253017: hue angle of 86.4º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #253017 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB374823-
CMYK0.2300.520.81
HSL86.4º35.21%13.92%-
HSV(B)86.4º52.08%18.82%-
XYZ1.972.571.2-
YUV41.86117.36124.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=34.26%
G=44.44%
B=21.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748230.2300.520.8186.435.2113.92
Hex25301717034515623e
Octal456027270641211264316
Binary10010111000010111101110110100101000110101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253017; }

 p { color: rgb(37,48,23); }

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

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

 a { background-color: rgb(37,48,23); }

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

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

 span { border-color: rgb(37,48,23); }

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