Html Css Color HEX #15250D Pine Tree

📋 copy color: '#15250D'

red 21 ◦ green 37 ◦ blue 13

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

Shades of Pine Tree #15250D

Tints of Pine Tree #15250D

RGB

 RED value IS 21 (8.59% from 255) = 29.58%

 GREEN value IS 37 (14.84% from 255) = 52.11%

 BLUE value IS 13 (5.47% from 255) = 18.31%

R = 29.58%
G = 52.11%
B = 18.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#15250D (or 0x15250D) is known color: Pine Tree. HEX triplet: 15, 25 and 0D. RGB value is (21,37,13). Sum of RGB (Red+Green+Blue) = 21+37+13=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #15250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15250D is #EADAF2. Grayscale: #1D1D1D. Windows color (decimal): -15391475 or 861461. OLE color: 861461.

HSL color Cylindrical-coordinate representation of color #15250D: hue angle of 100º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #15250D is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 37 13 -
CMYK 0.43 0 0.65 0.85
HSL 100º 0.48% 0.1% -
HSV(B) 100º 0.65% 0.15% -
XYZ 1.04 1.51 0.62 -
YUV 29.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 21 37 13 0.43 0 0.65 0.85 100 0.48 0.1
Hex 15 25 D 2B 0 41 55 64 30 A
Octal 25 45 15 53 0 101 125 144 60 12
Binary 10101 100101 1101 101011 0 1000001 1010101 1100100 110000 1010

Color Harmonies of #15250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15250D

Black with #15250D

Text Example


Text Example

White with #15250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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