Html Css Color HEX #154C1F Deep Fir

📋 copy color: '#154C1F'

red 21 ◦ green 76 ◦ blue 31

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

Shades of Deep Fir #154C1F

Tints of Deep Fir #154C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 59.38%

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

R = 16.41%
G = 59.38%
B = 24.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#154C1F (or 0x154C1F) is known color: Deep Fir. HEX triplet: 15, 4C and 1F. RGB value is (21,76,31). Sum of RGB (Red+Green+Blue) = 21+76+31=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #154C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C1F is #EAB3E0. Grayscale: #363636. Windows color (decimal): -15381473 or 2051093. OLE color: 2051093.

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

Color convert

RGB 21 76 31 -
CMYK 0.72 0 0.59 0.70
HSL 130.91º 0.57% 0.19% -
HSV(B) 130.91º 0.72% 0.3% -
XYZ 3.14 5.43 2.18 -
YUV 54.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 21 76 31 0.72 0 0.59 0.70 130.91 0.57 0.19
Hex 15 4C 1F 48 0 3B 46 83 39 13
Octal 25 114 37 110 0 73 106 203 71 23
Binary 10101 1001100 11111 1001000 0 111011 1000110 10000011 111001 10011

Color Harmonies of #154C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C1F

Black with #154C1F

Text Example


Text Example

White with #154C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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