Html Css Color HEX #152600 Pine Tree

📋 copy color: '#152600'

red 21 ◦ green 38 ◦ blue 0

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

Shades of Pine Tree #152600

Tints of Pine Tree #152600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 64.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.59%
G = 64.41%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#152600 (or 0x152600) is known color: Pine Tree. HEX triplet: 15, 26 and 00. RGB value is (21,38,0). Sum of RGB (Red+Green+Blue) = 21+38+0=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #152600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152600 is #EAD9FF. Grayscale: #1C1C1C. Windows color (decimal): -15391232 or 9749. OLE color: 9749.

HSL color Cylindrical-coordinate representation of color #152600: hue angle of 86.84º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #152600 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 38 0 -
CMYK 0.45 0 1 0.85
HSL 86.84º 1% 0.07% -
HSV(B) 86.84º 1% 0.15% -
XYZ 1 1.55 0.25 -
YUV 28.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 21 38 0 0.45 0 1 0.85 86.84 1 0.07
Hex 15 26 0 2D 0 64 55 57 64 7
Octal 25 46 0 55 0 144 125 127 144 7
Binary 10101 100110 0 101101 0 1100100 1010101 1010111 1100100 111

Color Harmonies of #152600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152600

Black with #152600

Text Example


Text Example

White with #152600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152600; }

 p { color: rgb(21,38,0); }

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

background-color css

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

 a { background-color: rgb(21,38,0); }

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

border-color css

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

 span { border-color: rgb(21,38,0); }

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