Html Css Color HEX #152309 Pine Tree

📋 copy color: '#152309'

red 21 ◦ green 35 ◦ blue 9

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

Shades of Pine Tree #152309

Tints of Pine Tree #152309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 13.85%

R = 32.31%
G = 53.85%
B = 13.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#152309 (or 0x152309) is known color: Pine Tree. HEX triplet: 15, 23 and 09. RGB value is (21,35,9). Sum of RGB (Red+Green+Blue) = 21+35+9=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 35 (14.06% from 255 or 53.85% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 35 - color contains mainly: green. Hex color #152309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152309 is #EADCF6. Grayscale: #1B1B1B. Windows color (decimal): -15391991 or 598805. OLE color: 598805.

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

Color convert

RGB 21 35 9 -
CMYK 0.40 0 0.74 0.86
HSL 92.31º 0.59% 0.09% -
HSV(B) 92.31º 0.74% 0.14% -
XYZ 0.96 1.38 0.47 -
YUV 27.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 21 35 9 0.40 0 0.74 0.86 92.31 0.59 0.09
Hex 15 23 9 28 0 4A 56 5C 3B 9
Octal 25 43 11 50 0 112 126 134 73 11
Binary 10101 100011 1001 101000 0 1001010 1010110 1011100 111011 1001

Color Harmonies of #152309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152309

Black with #152309

Text Example


Text Example

White with #152309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152309; }

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

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

background-color css

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

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

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

border-color css

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

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

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