Html Css Color HEX #253014 Pine Tree

📋 copy color: '#253014'

red 37 ◦ green 48 ◦ blue 20

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

Shades of Pine Tree #253014

Tints of Pine Tree #253014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.71%

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

R = 35.24%
G = 45.71%
B = 19.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#253014 (or 0x253014) is known color: Pine Tree. HEX triplet: 25, 30 and 14. RGB value is (37,48,20). Sum of RGB (Red+Green+Blue) = 37+48+20=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #253014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253014 is #DACFEB. Grayscale: #292929. Windows color (decimal): -14340076 or 1323045. OLE color: 1323045.

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

Color convert

RGB 37 48 20 -
CMYK 0.23 0 0.58 0.81
HSL 83.57º 0.41% 0.13% -
HSV(B) 83.57º 0.58% 0.19% -
XYZ 1.95 2.56 1.05 -
YUV 41.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 37 48 20 0.23 0 0.58 0.81 83.57 0.41 0.13
Hex 25 30 14 17 0 3A 51 54 29 D
Octal 45 60 24 27 0 72 121 124 51 15
Binary 100101 110000 10100 10111 0 111010 1010001 1010100 101001 1101

Color Harmonies of #253014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253014

Black with #253014

Text Example


Text Example

White with #253014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253014; }

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

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

background-color css

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

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

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

border-color css

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

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

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