#1C4834

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

Shades of County Green #1C4834

Tints of County Green #1C4834

Color information

#1C4834 (or 0x1C4834) is unknown color: approx County Green. HEX triplet: 1C, 48 and 34. RGB value is (28,72,52). Sum of RGB (Red+Green+Blue) = 28+72+52=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #1C4834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4834 is #E3B7CB. Grayscale: #383838. Windows color (decimal): -14923724 or 3426332. OLE color: 3426332.

HSL color Cylindrical-coordinate representation of color #1C4834: hue angle of 152.73º 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 #1C4834 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB287252-
CMYK0.6100.280.72
HSL152.73º44%19.61%-
HSV(B)152.73º61.11%28.24%-
XYZ3.425.134.06-
YUV56.56125.42107.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.42%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 52 (20.70% from 255) = 34.21%
R=18.42%
G=47.37%
B=34.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2872520.6100.280.72152.734419.61
Hex1C48343D01C48992c14
Octal3411064750341102315424
Binary11100100100011010011110101110010010001001100110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C4834;
 }
 .AnyTagClassName
 {
   color: #1C4834;
 }
</style>
background-color css

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

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

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

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

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

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