Html Css Color HEX #253111 Pine Tree

📋 copy color: '#253111'

red 37 ◦ green 49 ◦ blue 17

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

Shades of Pine Tree #253111

Tints of Pine Tree #253111

RGB

 RED value IS 37 (14.84% from 255) = 35.92%

 GREEN value IS 49 (19.53% from 255) = 47.57%

 BLUE value IS 17 (7.03% from 255) = 16.5%

R = 35.92%
G = 47.57%
B = 16.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#253111 (or 0x253111) is known color: Pine Tree. HEX triplet: 25, 31 and 11. RGB value is (37,49,17). Sum of RGB (Red+Green+Blue) = 37+49+17=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #253111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253111 is #DACEEE. Grayscale: #292929. Windows color (decimal): -14339823 or 1126693. OLE color: 1126693.

HSL color Cylindrical-coordinate representation of color #253111: hue angle of 82.5º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #253111 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 49 17 -
CMYK 0.24 0 0.65 0.81
HSL 82.5º 0.48% 0.13% -
HSV(B) 82.5º 0.65% 0.19% -
XYZ 1.96 2.63 0.93 -
YUV 41.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 37 49 17 0.24 0 0.65 0.81 82.5 0.48 0.13
Hex 25 31 11 18 0 41 51 52 30 D
Octal 45 61 21 30 0 101 121 122 60 15
Binary 100101 110001 10001 11000 0 1000001 1010001 1010010 110000 1101

Color Harmonies of #253111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253111

Black with #253111

Text Example


Text Example

White with #253111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253111; }

 p { color: rgb(37,49,17); }

 H1.HeaderClassName
 {
   color: #253111;
 }
 .AnyTagClassName
 {
   color: #253111;
 }
</style>

background-color css

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

 a { background-color: rgb(37,49,17); }

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

border-color css

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

 span { border-color: rgb(37,49,17); }

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