Html Css Color HEX #253514 Pine Tree

📋 copy color: '#253514'

red 37 ◦ green 53 ◦ blue 20

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

Shades of Pine Tree #253514

Tints of Pine Tree #253514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 48.18%

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

R = 33.64%
G = 48.18%
B = 18.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#253514 (or 0x253514) is known color: Pine Tree. HEX triplet: 25, 35 and 14. RGB value is (37,53,20). Sum of RGB (Red+Green+Blue) = 37+53+20=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #253514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253514 is #DACAEB. Grayscale: #2C2C2C. Windows color (decimal): -14338796 or 1324325. OLE color: 1324325.

HSL color Cylindrical-coordinate representation of color #253514: hue angle of 89.09º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #253514 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 53 20 -
CMYK 0.30 0 0.62 0.79
HSL 89.09º 0.45% 0.14% -
HSV(B) 89.09º 0.62% 0.21% -
XYZ 2.16 2.99 1.12 -
YUV 44.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 37 53 20 0.30 0 0.62 0.79 89.09 0.45 0.14
Hex 25 35 14 1E 0 3E 4F 59 2D E
Octal 45 65 24 36 0 76 117 131 55 16
Binary 100101 110101 10100 11110 0 111110 1001111 1011001 101101 1110

Color Harmonies of #253514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253514

Black with #253514

Text Example


Text Example

White with #253514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253514; }

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

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

background-color css

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

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

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

border-color css

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

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

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