Html Css Color HEX #153B1D Deep Fir

📋 copy color: '#153B1D'

red 21 ◦ green 59 ◦ blue 29

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

Shades of Deep Fir #153B1D

Tints of Deep Fir #153B1D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 54.13%

 BLUE value IS 29 (11.72% from 255) = 26.61%

R = 19.27%
G = 54.13%
B = 26.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.77

RGB Variations

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

Color information

#153B1D (or 0x153B1D) is known color: Deep Fir. HEX triplet: 15, 3B and 1D. RGB value is (21,59,29). Sum of RGB (Red+Green+Blue) = 21+59+29=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #153B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B1D is #EAC4E2. Grayscale: #2C2C2C. Windows color (decimal): -15385827 or 1915669. OLE color: 1915669.

HSL color Cylindrical-coordinate representation of color #153B1D: hue angle of 132.63º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153B1D is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 59 29 -
CMYK 0.64 0 0.51 0.77
HSL 132.63º 0.48% 0.16% -
HSV(B) 132.63º 0.64% 0.23% -
XYZ 2.09 3.38 1.7 -
YUV 44.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 21 59 29 0.64 0 0.51 0.77 132.63 0.48 0.16
Hex 15 3B 1D 40 0 33 4D 85 30 10
Octal 25 73 35 100 0 63 115 205 60 20
Binary 10101 111011 11101 1000000 0 110011 1001101 10000101 110000 10000

Color Harmonies of #153B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B1D

Black with #153B1D

Text Example


Text Example

White with #153B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153B1D; }

 p { color: rgb(21,59,29); }

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

background-color css

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

 a { background-color: rgb(21,59,29); }

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

border-color css

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

 span { border-color: rgb(21,59,29); }

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