Html Css Color HEX #152003 Pine Tree

📋 copy color: '#152003'

red 21 ◦ green 32 ◦ blue 3

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

Shades of Pine Tree #152003

Tints of Pine Tree #152003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 57.14%

 BLUE value IS 3 (1.56% from 255) = 5.36%

R = 37.5%
G = 57.14%
B = 5.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.87

RGB Variations

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

Color information

#152003 (or 0x152003) is known color: Pine Tree. HEX triplet: 15, 20 and 03. RGB value is (21,32,3). Sum of RGB (Red+Green+Blue) = 21+32+3=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #152003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152003 is #EADFFC. Grayscale: #191919. Windows color (decimal): -15392765 or 204821. OLE color: 204821.

HSL color Cylindrical-coordinate representation of color #152003: hue angle of 82.76º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152003 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 32 3 -
CMYK 0.34 0 0.91 0.87
HSL 82.76º 0.83% 0.07% -
HSV(B) 82.76º 0.91% 0.13% -
XYZ 0.84 1.2 0.27 -
YUV 25.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 21 32 3 0.34 0 0.91 0.87 82.76 0.83 0.07
Hex 15 20 3 22 0 5B 57 53 53 7
Octal 25 40 3 42 0 133 127 123 123 7
Binary 10101 100000 11 100010 0 1011011 1010111 1010011 1010011 111

Color Harmonies of #152003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152003

Black with #152003

Text Example


Text Example

White with #152003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152003; }

 p { color: rgb(21,32,3); }

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

background-color css

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

 a { background-color: rgb(21,32,3); }

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

border-color css

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

 span { border-color: rgb(21,32,3); }

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