Html Css Color HEX #1C4235 Sherwood Green

📋 copy color: '#1C4235'

red 28 ◦ green 66 ◦ blue 53

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

Shades of Sherwood Green #1C4235

Tints of Sherwood Green #1C4235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 36.05%

R = 19.05%
G = 44.9%
B = 36.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#1C4235 (or 0x1C4235) is known color: Sherwood Green. HEX triplet: 1C, 42 and 35. RGB value is (28,66,53). Sum of RGB (Red+Green+Blue) = 28+66+53=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #1C4235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4235 is #E3BDCA. Grayscale: #353535. Windows color (decimal): -14925259 or 3490332. OLE color: 3490332.

HSL color Cylindrical-coordinate representation of color #1C4235: hue angle of 159.47º 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 #1C4235 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 28 66 53 -
CMYK 0.58 0 0.20 0.74
HSL 159.47º 0.4% 0.18% -
HSV(B) 159.47º 0.58% 0.26% -
XYZ 3.07 4.4 4.06 -
YUV 53.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 28 66 53 0.58 0 0.20 0.74 159.47 0.4 0.18
Hex 1C 42 35 3A 0 14 4A 9F 28 12
Octal 34 102 65 72 0 24 112 237 50 22
Binary 11100 1000010 110101 111010 0 10100 1001010 10011111 101000 10010

Color Harmonies of #1C4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4235

Black with #1C4235

Text Example


Text Example

White with #1C4235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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