Html Css Color HEX #1C4133 Sherwood Green

📋 copy color: '#1C4133'

red 28 ◦ green 65 ◦ blue 51

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

Shades of Sherwood Green #1C4133

Tints of Sherwood Green #1C4133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.14%

 BLUE value IS 51 (20.31% from 255) = 35.42%

R = 19.44%
G = 45.14%
B = 35.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#1C4133 (or 0x1C4133) is known color: Sherwood Green. HEX triplet: 1C, 41 and 33. RGB value is (28,65,51). Sum of RGB (Red+Green+Blue) = 28+65+51=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #1C4133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4133 is #E3BECC. Grayscale: #343434. Windows color (decimal): -14925517 or 3359004. OLE color: 3359004.

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

Color convert

RGB 28 65 51 -
CMYK 0.57 0 0.22 0.75
HSL 157.3º 0.4% 0.18% -
HSV(B) 157.3º 0.57% 0.25% -
XYZ 2.97 4.27 3.8 -
YUV 52.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 28 65 51 0.57 0 0.22 0.75 157.3 0.4 0.18
Hex 1C 41 33 39 0 16 4B 9D 28 12
Octal 34 101 63 71 0 26 113 235 50 22
Binary 11100 1000001 110011 111001 0 10110 1001011 10011101 101000 10010

Color Harmonies of #1C4133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4133

Black with #1C4133

Text Example


Text Example

White with #1C4133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,65,51); }

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

background-color css

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

 a { background-color: rgb(28,65,51); }

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

border-color css

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

 span { border-color: rgb(28,65,51); }

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