#1C4B33

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

Shades of County Green #1C4B33

Tints of County Green #1C4B33

Color information

#1C4B33 (or 0x1C4B33) is unknown color: approx County Green. HEX triplet: 1C, 4B and 33. RGB value is (28,75,51). Sum of RGB (Red+Green+Blue) = 28+75+51=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #1C4B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4B33 is #E3B4CC. Grayscale: #3A3A3A. Windows color (decimal): -14922957 or 3361564. OLE color: 3361564.

HSL color Cylindrical-coordinate representation of color #1C4B33: hue angle of 149.36º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C4B33 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB287551-
CMYK0.6300.320.71
HSL149.36º45.63%20.2%-
HSV(B)149.36º62.67%29.41%-
XYZ3.595.524.01-
YUV58.21123.93106.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.18%
GREEN value IS 75 (29.69% from 255) = 48.70%
BLUE value IS 51 (20.31% from 255) = 33.12%
R=18.18%
G=48.70%
B=33.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2875510.6300.320.71149.3645.6320.2
Hex1C4B333F02047952e14
Octal3411363770401072255624
Binary111001001011110011111111010000010001111001010110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,75,51); }

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

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

 a { background-color: rgb(28,75,51); }

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

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

 span { border-color: rgb(28,75,51); }

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