#1C4E3A

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

Shades of County Green #1C4E3A

Tints of County Green #1C4E3A

Color information

#1C4E3A (or 0x1C4E3A) is unknown color: approx County Green. HEX triplet: 1C, 4E and 3A. RGB value is (28,78,58). Sum of RGB (Red+Green+Blue) = 28+78+58=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #1C4E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C4E3A is #E3B1C5. Grayscale: #3C3C3C. Windows color (decimal): -14922182 or 3821084. OLE color: 3821084.

HSL color Cylindrical-coordinate representation of color #1C4E3A: hue angle of 156º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C4E3A is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB287858-
CMYK0.6400.260.69
HSL156º47.17%20.78%-
HSV(B)156º64.1%30.59%-
XYZ3.9764.95-
YUV60.77126.44104.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.07%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=17.07%
G=47.56%
B=35.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2878580.6400.260.6915647.1720.78
Hex1C4E3A4001A459c2f15
Octal34116721000321052345725
Binary111001001110111010100000001101010001011001110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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