Html Css Color HEX #15250A Pine Tree

📋 copy color: '#15250A'

red 21 ◦ green 37 ◦ blue 10

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

Shades of Pine Tree #15250A

Tints of Pine Tree #15250A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 14.71%

R = 30.88%
G = 54.41%
B = 14.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#15250A (or 0x15250A) is known color: Pine Tree. HEX triplet: 15, 25 and 0A. RGB value is (21,37,10). Sum of RGB (Red+Green+Blue) = 21+37+10=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #15250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15250A is #EADAF5. Grayscale: #1D1D1D. Windows color (decimal): -15391478 or 664853. OLE color: 664853.

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

Color convert

RGB 21 37 10 -
CMYK 0.43 0 0.73 0.85
HSL 95.56º 0.57% 0.09% -
HSV(B) 95.56º 0.73% 0.15% -
XYZ 1.03 1.5 0.52 -
YUV 29.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 21 37 10 0.43 0 0.73 0.85 95.56 0.57 0.09
Hex 15 25 A 2B 0 49 55 60 39 9
Octal 25 45 12 53 0 111 125 140 71 11
Binary 10101 100101 1010 101011 0 1001001 1010101 1100000 111001 1001

Color Harmonies of #15250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15250A

Black with #15250A

Text Example


Text Example

White with #15250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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