Html Css Color HEX #15240D Pine Tree

📋 copy color: '#15240D'

red 21 ◦ green 36 ◦ blue 13

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

Shades of Pine Tree #15240D

Tints of Pine Tree #15240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 51.43%

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

R = 30%
G = 51.43%
B = 18.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#15240D (or 0x15240D) is known color: Pine Tree. HEX triplet: 15, 24 and 0D. RGB value is (21,36,13). Sum of RGB (Red+Green+Blue) = 21+36+13=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #15240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15240D is #EADBF2. Grayscale: #1C1C1C. Windows color (decimal): -15391731 or 861205. OLE color: 861205.

HSL color Cylindrical-coordinate representation of color #15240D: hue angle of 99.13º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15240D is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 36 13 -
CMYK 0.42 0 0.64 0.86
HSL 99.13º 0.47% 0.1% -
HSV(B) 99.13º 0.64% 0.14% -
XYZ 1.01 1.45 0.61 -
YUV 28.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 21 36 13 0.42 0 0.64 0.86 99.13 0.47 0.1
Hex 15 24 D 2A 0 40 56 63 2F A
Octal 25 44 15 52 0 100 126 143 57 12
Binary 10101 100100 1101 101010 0 1000000 1010110 1100011 101111 1010

Color Harmonies of #15240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15240D

Black with #15240D

Text Example


Text Example

White with #15240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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