Html Css Color HEX #253215 Pine Tree

📋 copy color: '#253215'

red 37 ◦ green 50 ◦ blue 21

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

Shades of Pine Tree #253215

Tints of Pine Tree #253215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 46.3%

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

R = 34.26%
G = 46.3%
B = 19.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#253215 (or 0x253215) is known color: Pine Tree. HEX triplet: 25, 32 and 15. RGB value is (37,50,21). Sum of RGB (Red+Green+Blue) = 37+50+21=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #253215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253215 is #DACDEA. Grayscale: #2A2A2A. Windows color (decimal): -14339563 or 1389093. OLE color: 1389093.

HSL color Cylindrical-coordinate representation of color #253215: hue angle of 86.9º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253215 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 21 -
CMYK 0.26 0 0.58 0.80
HSL 86.9º 0.41% 0.14% -
HSV(B) 86.9º 0.58% 0.2% -
XYZ 2.04 2.73 1.13 -
YUV 42.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 37 50 21 0.26 0 0.58 0.80 86.9 0.41 0.14
Hex 25 32 15 1A 0 3A 50 57 29 E
Octal 45 62 25 32 0 72 120 127 51 16
Binary 100101 110010 10101 11010 0 111010 1010000 1010111 101001 1110

Color Harmonies of #253215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253215

Black with #253215

Text Example


Text Example

White with #253215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253215; }

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

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

background-color css

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

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

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

border-color css

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

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

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