Html Css Color HEX #253017 Pine Tree

📋 copy color: '#253017'

red 37 ◦ green 48 ◦ blue 23

#253017
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #253017

Tints of Pine Tree #253017

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.3%

R = 34.26%
G = 44.44%
B = 21.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#253017 (or 0x253017) is known color: 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

RGB 37 48 23 -
CMYK 0.23 0 0.52 0.81
HSL 86.4º 0.35% 0.14% -
HSV(B) 86.4º 0.52% 0.19% -
XYZ 1.97 2.57 1.2 -
YUV 41.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 37 48 23 0.23 0 0.52 0.81 86.4 0.35 0.14
Hex 25 30 17 17 0 34 51 56 23 E
Octal 45 60 27 27 0 64 121 126 43 16
Binary 100101 110000 10111 10111 0 110100 1010001 1010110 100011 1110

Color Harmonies of #253017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253017

Black with #253017

Text Example


Text Example

White with #253017

Text Example


Text Example

HTML Codes & Css Web 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>