Html Css Color HEX #253114 Pine Tree

📋 copy color: '#253114'

red 37 ◦ green 49 ◦ blue 20

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

Shades of Pine Tree #253114

Tints of Pine Tree #253114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.87%

R = 34.91%
G = 46.23%
B = 18.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#253114 (or 0x253114) is known color: Pine Tree. HEX triplet: 25, 31 and 14. RGB value is (37,49,20). Sum of RGB (Red+Green+Blue) = 37+49+20=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #253114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253114 is #DACEEB. Grayscale: #2A2A2A. Windows color (decimal): -14339820 or 1323301. OLE color: 1323301.

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

Color convert

RGB 37 49 20 -
CMYK 0.24 0 0.59 0.81
HSL 84.83º 0.42% 0.14% -
HSV(B) 84.83º 0.59% 0.19% -
XYZ 1.99 2.64 1.07 -
YUV 42.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 37 49 20 0.24 0 0.59 0.81 84.83 0.42 0.14
Hex 25 31 14 18 0 3B 51 55 2A E
Octal 45 61 24 30 0 73 121 125 52 16
Binary 100101 110001 10100 11000 0 111011 1010001 1010101 101010 1110

Color Harmonies of #253114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253114

Black with #253114

Text Example


Text Example

White with #253114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253114; }

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

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

background-color css

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

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

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

border-color css

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

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

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