Html Css Color HEX #253515 Pine Tree

📋 copy color: '#253515'

red 37 ◦ green 53 ◦ blue 21

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

Shades of Pine Tree #253515

Tints of Pine Tree #253515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 47.75%

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

R = 33.33%
G = 47.75%
B = 18.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#253515 (or 0x253515) is known color: Pine Tree. HEX triplet: 25, 35 and 15. RGB value is (37,53,21). Sum of RGB (Red+Green+Blue) = 37+53+21=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #253515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253515 is #DACAEA. Grayscale: #2C2C2C. Windows color (decimal): -14338795 or 1389861. OLE color: 1389861.

HSL color Cylindrical-coordinate representation of color #253515: hue angle of 90º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #253515 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 53 21 -
CMYK 0.30 0 0.60 0.79
HSL 90º 0.43% 0.15% -
HSV(B) 90º 0.6% 0.21% -
XYZ 2.17 2.99 1.17 -
YUV 44.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 37 53 21 0.30 0 0.60 0.79 90 0.43 0.15
Hex 25 35 15 1E 0 3C 4F 5A 2B F
Octal 45 65 25 36 0 74 117 132 53 17
Binary 100101 110101 10101 11110 0 111100 1001111 1011010 101011 1111

Color Harmonies of #253515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253515

Black with #253515

Text Example


Text Example

White with #253515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253515; }

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

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

background-color css

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

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

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

border-color css

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

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

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