Html Css Color HEX #253315 Pine Tree

📋 copy color: '#253315'

red 37 ◦ green 51 ◦ blue 21

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

Shades of Pine Tree #253315

Tints of Pine Tree #253315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.79%

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

R = 33.94%
G = 46.79%
B = 19.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#253315 (or 0x253315) is known color: Pine Tree. HEX triplet: 25, 33 and 15. RGB value is (37,51,21). Sum of RGB (Red+Green+Blue) = 37+51+21=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #253315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253315 is #DACCEA. Grayscale: #2B2B2B. Windows color (decimal): -14339307 or 1389349. OLE color: 1389349.

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

Color convert

RGB 37 51 21 -
CMYK 0.27 0 0.59 0.8
HSL 88º 0.42% 0.14% -
HSV(B) 88º 0.59% 0.2% -
XYZ 2.08 2.82 1.14 -
YUV 43.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 37 51 21 0.27 0 0.59 0.8 88 0.42 0.14
Hex 25 33 15 1B 0 3B 50 58 2A E
Octal 45 63 25 33 0 73 120 130 52 16
Binary 100101 110011 10101 11011 0 111011 1010000 1011000 101010 1110

Color Harmonies of #253315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253315

Black with #253315

Text Example


Text Example

White with #253315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253315; }

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

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

background-color css

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

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

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

border-color css

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

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

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