Html Css Color HEX #1C4032 Sherwood Green

📋 copy color: '#1C4032'

red 28 ◦ green 64 ◦ blue 50

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

Shades of Sherwood Green #1C4032

Tints of Sherwood Green #1C4032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.07%

 BLUE value IS 50 (19.92% from 255) = 35.21%

R = 19.72%
G = 45.07%
B = 35.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#1C4032 (or 0x1C4032) is known color: Sherwood Green. HEX triplet: 1C, 40 and 32. RGB value is (28,64,50). Sum of RGB (Red+Green+Blue) = 28+64+50=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #1C4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4032 is #E3BFCD. Grayscale: #333333. Windows color (decimal): -14925774 or 3293212. OLE color: 3293212.

HSL color Cylindrical-coordinate representation of color #1C4032: hue angle of 156.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C4032 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 28 64 50 -
CMYK 0.56 0 0.22 0.75
HSL 156.67º 0.39% 0.18% -
HSV(B) 156.67º 0.56% 0.25% -
XYZ 2.89 4.14 3.67 -
YUV 51.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 28 64 50 0.56 0 0.22 0.75 156.67 0.39 0.18
Hex 1C 40 32 38 0 16 4B 9D 27 12
Octal 34 100 62 70 0 26 113 235 47 22
Binary 11100 1000000 110010 111000 0 10110 1001011 10011101 100111 10010

Color Harmonies of #1C4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4032

Black with #1C4032

Text Example


Text Example

White with #1C4032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,64,50); }

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

background-color css

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

 a { background-color: rgb(28,64,50); }

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

border-color css

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

 span { border-color: rgb(28,64,50); }

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