Html Css Color HEX #154D1F Deep Fir

📋 copy color: '#154D1F'

red 21 ◦ green 77 ◦ blue 31

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

Shades of Deep Fir #154D1F

Tints of Deep Fir #154D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 59.69%

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 16.28%
G = 59.69%
B = 24.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#154D1F (or 0x154D1F) is known color: Deep Fir. HEX triplet: 15, 4D and 1F. RGB value is (21,77,31). Sum of RGB (Red+Green+Blue) = 21+77+31=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 77 (30.47% from 255 or 59.69% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 77 - color contains mainly: green. Hex color #154D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154D1F is #EAB2E0. Grayscale: #373737. Windows color (decimal): -15381217 or 2051349. OLE color: 2051349.

HSL color Cylindrical-coordinate representation of color #154D1F: hue angle of 130.71º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154D1F is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 77 31 -
CMYK 0.73 0 0.60 0.70
HSL 130.71º 0.57% 0.19% -
HSV(B) 130.71º 0.73% 0.3% -
XYZ 3.21 5.57 2.2 -
YUV 55.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 21 77 31 0.73 0 0.60 0.70 130.71 0.57 0.19
Hex 15 4D 1F 49 0 3C 46 83 39 13
Octal 25 115 37 111 0 74 106 203 71 23
Binary 10101 1001101 11111 1001001 0 111100 1000110 10000011 111001 10011

Color Harmonies of #154D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154D1F

Black with #154D1F

Text Example


Text Example

White with #154D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154D1F; }

 p { color: rgb(21,77,31); }

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

background-color css

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

 a { background-color: rgb(21,77,31); }

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

border-color css

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

 span { border-color: rgb(21,77,31); }

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