Html Css Color HEX #154825 Deep Fir

📋 copy color: '#154825'

red 21 ◦ green 72 ◦ blue 37

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

Shades of Deep Fir #154825

Tints of Deep Fir #154825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 55.38%

 BLUE value IS 37 (14.84% from 255) = 28.46%

R = 16.15%
G = 55.38%
B = 28.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#154825 (or 0x154825) is known color: Deep Fir. HEX triplet: 15, 48 and 25. RGB value is (21,72,37). Sum of RGB (Red+Green+Blue) = 21+72+37=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #154825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154825 is #EAB7DA. Grayscale: #343434. Windows color (decimal): -15382491 or 2443285. OLE color: 2443285.

HSL color Cylindrical-coordinate representation of color #154825: hue angle of 138.82º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154825 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 72 37 -
CMYK 0.71 0 0.49 0.72
HSL 138.82º 0.55% 0.18% -
HSV(B) 138.82º 0.71% 0.28% -
XYZ 2.96 4.93 2.55 -
YUV 52.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 21 72 37 0.71 0 0.49 0.72 138.82 0.55 0.18
Hex 15 48 25 47 0 31 48 8B 37 12
Octal 25 110 45 107 0 61 110 213 67 22
Binary 10101 1001000 100101 1000111 0 110001 1001000 10001011 110111 10010

Color Harmonies of #154825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154825

Black with #154825

Text Example


Text Example

White with #154825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154825; }

 p { color: rgb(21,72,37); }

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

background-color css

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

 a { background-color: rgb(21,72,37); }

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

border-color css

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

 span { border-color: rgb(21,72,37); }

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