Html Css Color HEX #152304 Pine Tree

📋 copy color: '#152304'

red 21 ◦ green 35 ◦ blue 4

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

Shades of Pine Tree #152304

Tints of Pine Tree #152304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 58.33%

 BLUE value IS 4 (1.95% from 255) = 6.67%

R = 35%
G = 58.33%
B = 6.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.89

 K value IS 0.86

RGB Variations

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

Color information

#152304 (or 0x152304) is known color: Pine Tree. HEX triplet: 15, 23 and 04. RGB value is (21,35,4). Sum of RGB (Red+Green+Blue) = 21+35+4=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #152304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152304 is #EADCFB. Grayscale: #1B1B1B. Windows color (decimal): -15391996 or 271125. OLE color: 271125.

HSL color Cylindrical-coordinate representation of color #152304: hue angle of 87.1º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152304 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 35 4 -
CMYK 0.40 0 0.89 0.86
HSL 87.1º 0.79% 0.08% -
HSV(B) 87.1º 0.89% 0.14% -
XYZ 0.93 1.37 0.33 -
YUV 27.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 21 35 4 0.40 0 0.89 0.86 87.1 0.79 0.08
Hex 15 23 4 28 0 59 56 57 4F 8
Octal 25 43 4 50 0 131 126 127 117 10
Binary 10101 100011 100 101000 0 1011001 1010110 1010111 1001111 1000

Color Harmonies of #152304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152304

Black with #152304

Text Example


Text Example

White with #152304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152304; }

 p { color: rgb(21,35,4); }

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

background-color css

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

 a { background-color: rgb(21,35,4); }

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

border-color css

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

 span { border-color: rgb(21,35,4); }

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