Html Css Color HEX #152608 Pine Tree

📋 copy color: '#152608'

red 21 ◦ green 38 ◦ blue 8

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

Shades of Pine Tree #152608

Tints of Pine Tree #152608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.94%

R = 31.34%
G = 56.72%
B = 11.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.85

RGB Variations

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

Color information

#152608 (or 0x152608) is known color: Pine Tree. HEX triplet: 15, 26 and 08. RGB value is (21,38,8). Sum of RGB (Red+Green+Blue) = 21+38+8=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #152608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152608 is #EAD9F7. Grayscale: #1D1D1D. Windows color (decimal): -15391224 or 534037. OLE color: 534037.

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

Color convert

RGB 21 38 8 -
CMYK 0.45 0 0.79 0.85
HSL 94º 0.65% 0.09% -
HSV(B) 94º 0.79% 0.15% -
XYZ 1.05 1.56 0.48 -
YUV 29.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 21 38 8 0.45 0 0.79 0.85 94 0.65 0.09
Hex 15 26 8 2D 0 4F 55 5E 41 9
Octal 25 46 10 55 0 117 125 136 101 11
Binary 10101 100110 1000 101101 0 1001111 1010101 1011110 1000001 1001

Color Harmonies of #152608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152608

Black with #152608

Text Example


Text Example

White with #152608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152608; }

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

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

background-color css

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

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

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

border-color css

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

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

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