#1C483A

Color #1C483A Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #1C483A

Tints of Sherwood Green #1C483A

Color information

#1C483A (or 0x1C483A) is unknown color: approx 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

RGB287258-
CMYK0.6100.190.72
HSL160.91º44%19.61%-
HSV(B)160.91º61.11%28.24%-
XYZ3.565.194.82-
YUV57.25128.42107.14-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2872580.6100.190.72160.914419.61
Hex1C483A3D01348a12c14
Octal3411072750231102415424
Binary11100100100011101011110101001110010001010000110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>