Html Css Color HEX #253015 Pine Tree

📋 copy color: '#253015'

red 37 ◦ green 48 ◦ blue 21

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

Shades of Pine Tree #253015

Tints of Pine Tree #253015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.81%

R = 34.91%
G = 45.28%
B = 19.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#253015 (or 0x253015) is known color: Pine Tree. HEX triplet: 25, 30 and 15. RGB value is (37,48,21). Sum of RGB (Red+Green+Blue) = 37+48+21=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #253015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253015 is #DACFEA. Grayscale: #292929. Windows color (decimal): -14340075 or 1388581. OLE color: 1388581.

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

Color convert

RGB 37 48 21 -
CMYK 0.23 0 0.56 0.81
HSL 84.44º 0.39% 0.14% -
HSV(B) 84.44º 0.56% 0.19% -
XYZ 1.96 2.56 1.1 -
YUV 41.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 37 48 21 0.23 0 0.56 0.81 84.44 0.39 0.14
Hex 25 30 15 17 0 38 51 54 27 E
Octal 45 60 25 27 0 70 121 124 47 16
Binary 100101 110000 10101 10111 0 111000 1010001 1010100 100111 1110

Color Harmonies of #253015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253015

Black with #253015

Text Example


Text Example

White with #253015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253015; }

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

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

background-color css

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

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

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

border-color css

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

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

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