Html Css Color HEX #153005 Pine Tree

📋 copy color: '#153005'

red 21 ◦ green 48 ◦ blue 5

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

Shades of Pine Tree #153005

Tints of Pine Tree #153005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 64.86%

 BLUE value IS 5 (2.34% from 255) = 6.76%

R = 28.38%
G = 64.86%
B = 6.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#153005 (or 0x153005) is known color: Pine Tree. HEX triplet: 15, 30 and 05. RGB value is (21,48,5). Sum of RGB (Red+Green+Blue) = 21+48+5=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #153005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153005 is #EACFFA. Grayscale: #232323. Windows color (decimal): -15388667 or 339989. OLE color: 339989.

HSL color Cylindrical-coordinate representation of color #153005: hue angle of 97.67º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153005 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 48 5 -
CMYK 0.56 0 0.90 0.81
HSL 97.67º 0.81% 0.1% -
HSV(B) 97.67º 0.9% 0.19% -
XYZ 1.39 2.28 0.51 -
YUV 35.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 21 48 5 0.56 0 0.90 0.81 97.67 0.81 0.1
Hex 15 30 5 38 0 5A 51 62 51 A
Octal 25 60 5 70 0 132 121 142 121 12
Binary 10101 110000 101 111000 0 1011010 1010001 1100010 1010001 1010

Color Harmonies of #153005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153005

Black with #153005

Text Example


Text Example

White with #153005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153005; }

 p { color: rgb(21,48,5); }

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

background-color css

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

 a { background-color: rgb(21,48,5); }

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

border-color css

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

 span { border-color: rgb(21,48,5); }

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