Html Css Color HEX #253415 Pine Tree

📋 copy color: '#253415'

red 37 ◦ green 52 ◦ blue 21

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

Shades of Pine Tree #253415

Tints of Pine Tree #253415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.27%

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

R = 33.64%
G = 47.27%
B = 19.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#253415 (or 0x253415) is known color: Pine Tree. HEX triplet: 25, 34 and 15. RGB value is (37,52,21). Sum of RGB (Red+Green+Blue) = 37+52+21=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #253415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253415 is #DACBEA. Grayscale: #2C2C2C. Windows color (decimal): -14339051 or 1389605. OLE color: 1389605.

HSL color Cylindrical-coordinate representation of color #253415: hue angle of 89.03º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #253415 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 52 21 -
CMYK 0.29 0 0.60 0.80
HSL 89.03º 0.42% 0.14% -
HSV(B) 89.03º 0.6% 0.2% -
XYZ 2.13 2.9 1.16 -
YUV 43.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 37 52 21 0.29 0 0.60 0.80 89.03 0.42 0.14
Hex 25 34 15 1D 0 3C 50 59 2A E
Octal 45 64 25 35 0 74 120 131 52 16
Binary 100101 110100 10101 11101 0 111100 1010000 1011001 101010 1110

Color Harmonies of #253415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253415

Black with #253415

Text Example


Text Example

White with #253415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253415; }

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

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

background-color css

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

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

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

border-color css

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

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

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