Html Css Color HEX #1C3C28 Deep Fir

📋 copy color: '#1C3C28'

red 28 ◦ green 60 ◦ blue 40

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

Shades of Deep Fir #1C3C28

Tints of Deep Fir #1C3C28

RGB

 RED value IS 28 (11.33% from 255) = 21.88%

 GREEN value IS 60 (23.83% from 255) = 46.88%

 BLUE value IS 40 (16.02% from 255) = 31.25%

R = 21.88%
G = 46.88%
B = 31.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#1C3C28 (or 0x1C3C28) is known color: Deep Fir. HEX triplet: 1C, 3C and 28. RGB value is (28,60,40). Sum of RGB (Red+Green+Blue) = 28+60+40=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 60 - color contains mainly: green. Hex color #1C3C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3C28 is #E3C3D7. Grayscale: #303030. Windows color (decimal): -14926808 or 2636828. OLE color: 2636828.

HSL color Cylindrical-coordinate representation of color #1C3C28: hue angle of 142.5º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C3C28 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB 28 60 40 -
CMYK 0.53 0 0.33 0.76
HSL 142.5º 0.36% 0.17% -
HSV(B) 142.5º 0.53% 0.24% -
XYZ 2.48 3.63 2.58 -
YUV 48.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 28 60 40 0.53 0 0.33 0.76 142.5 0.36 0.17
Hex 1C 3C 28 35 0 21 4C 8E 24 11
Octal 34 74 50 65 0 41 114 216 44 21
Binary 11100 111100 101000 110101 0 100001 1001100 10001110 100100 10001

Color Harmonies of #1C3C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3C28

Black with #1C3C28

Text Example


Text Example

White with #1C3C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C3C28; }

 p { color: rgb(28,60,40); }

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

background-color css

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

 a { background-color: rgb(28,60,40); }

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

border-color css

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

 span { border-color: rgb(28,60,40); }

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