Html Css Color HEX #1C4225 Deep Fir

📋 copy color: '#1C4225'

red 28 ◦ green 66 ◦ blue 37

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

Shades of Deep Fir #1C4225

Tints of Deep Fir #1C4225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.38%

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

R = 21.37%
G = 50.38%
B = 28.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#1C4225 (or 0x1C4225) is known color: Deep Fir. HEX triplet: 1C, 42 and 25. RGB value is (28,66,37). Sum of RGB (Red+Green+Blue) = 28+66+37=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #1C4225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4225 is #E3BDDA. Grayscale: #333333. Windows color (decimal): -14925275 or 2441756. OLE color: 2441756.

HSL color Cylindrical-coordinate representation of color #1C4225: hue angle of 134.21º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C4225 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 28 66 37 -
CMYK 0.58 0 0.44 0.74
HSL 134.21º 0.4% 0.18% -
HSV(B) 134.21º 0.58% 0.26% -
XYZ 2.76 4.28 2.43 -
YUV 51.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 28 66 37 0.58 0 0.44 0.74 134.21 0.4 0.18
Hex 1C 42 25 3A 0 2C 4A 86 28 12
Octal 34 102 45 72 0 54 112 206 50 22
Binary 11100 1000010 100101 111010 0 101100 1001010 10000110 101000 10010

Color Harmonies of #1C4225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4225

Black with #1C4225

Text Example


Text Example

White with #1C4225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,66,37); }

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

background-color css

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

 a { background-color: rgb(28,66,37); }

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

border-color css

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

 span { border-color: rgb(28,66,37); }

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