Html Css Color HEX #152507 Pine Tree

📋 copy color: '#152507'

red 21 ◦ green 37 ◦ blue 7

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

Shades of Pine Tree #152507

Tints of Pine Tree #152507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 10.77%

R = 32.31%
G = 56.92%
B = 10.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#152507 (or 0x152507) is known color: Pine Tree. HEX triplet: 15, 25 and 07. RGB value is (21,37,7). Sum of RGB (Red+Green+Blue) = 21+37+7=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #152507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152507 is #EADAF8. Grayscale: #1C1C1C. Windows color (decimal): -15391481 or 468245. OLE color: 468245.

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

Color convert

RGB 21 37 7 -
CMYK 0.43 0 0.81 0.85
HSL 92º 0.68% 0.09% -
HSV(B) 92º 0.81% 0.15% -
XYZ 1.01 1.5 0.44 -
YUV 28.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 21 37 7 0.43 0 0.81 0.85 92 0.68 0.09
Hex 15 25 7 2B 0 51 55 5C 44 9
Octal 25 45 7 53 0 121 125 134 104 11
Binary 10101 100101 111 101011 0 1010001 1010101 1011100 1000100 1001

Color Harmonies of #152507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152507

Black with #152507

Text Example


Text Example

White with #152507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152507; }

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

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

background-color css

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

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

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

border-color css

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

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

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