Html Css Color HEX #153020 Deep Fir

📋 copy color: '#153020'

red 21 ◦ green 48 ◦ blue 32

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

Shades of Deep Fir #153020

Tints of Deep Fir #153020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 31.68%

R = 20.79%
G = 47.52%
B = 31.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#153020 (or 0x153020) is known color: Deep Fir. HEX triplet: 15, 30 and 20. RGB value is (21,48,32). Sum of RGB (Red+Green+Blue) = 21+48+32=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #153020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153020 is #EACFDF. Grayscale: #262626. Windows color (decimal): -15388640 or 2109461. OLE color: 2109461.

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

Color convert

RGB 21 48 32 -
CMYK 0.56 0 0.33 0.81
HSL 144.44º 0.39% 0.14% -
HSV(B) 144.44º 0.56% 0.19% -
XYZ 1.63 2.38 1.74 -
YUV 38.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 21 48 32 0.56 0 0.33 0.81 144.44 0.39 0.14
Hex 15 30 20 38 0 21 51 90 27 E
Octal 25 60 40 70 0 41 121 220 47 16
Binary 10101 110000 100000 111000 0 100001 1010001 10010000 100111 1110

Color Harmonies of #153020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153020

Black with #153020

Text Example


Text Example

White with #153020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153020; }

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

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

background-color css

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

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

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

border-color css

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

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

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