Html Css Color HEX #1C483A Sherwood Green

📋 copy color: '#1C483A'

red 28 ◦ green 72 ◦ blue 58

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

Shades of Sherwood Green #1C483A

Tints of Sherwood Green #1C483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

 BLUE value IS 58 (23.05% from 255) = 36.71%

R = 17.72%
G = 45.57%
B = 36.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#1C483A (or 0x1C483A) is known color: Sherwood Green. HEX triplet: 1C, 48 and 3A. RGB value is (28,72,58). Sum of RGB (Red+Green+Blue) = 28+72+58=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #1C483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C483A is #E3B7C5. Grayscale: #393939. Windows color (decimal): -14923718 or 3819548. OLE color: 3819548.

HSL color Cylindrical-coordinate representation of color #1C483A: hue angle of 160.91º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C483A is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 28 72 58 -
CMYK 0.61 0 0.19 0.72
HSL 160.91º 0.44% 0.2% -
HSV(B) 160.91º 0.61% 0.28% -
XYZ 3.56 5.19 4.82 -
YUV 57.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 28 72 58 0.61 0 0.19 0.72 160.91 0.44 0.2
Hex 1C 48 3A 3D 0 13 48 A1 2C 14
Octal 34 110 72 75 0 23 110 241 54 24
Binary 11100 1001000 111010 111101 0 10011 1001000 10100001 101100 10100

Color Harmonies of #1C483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C483A

Black with #1C483A

Text Example


Text Example

White with #1C483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,72,58); }

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

background-color css

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

 a { background-color: rgb(28,72,58); }

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

border-color css

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

 span { border-color: rgb(28,72,58); }

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