#124E33

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

Shades of County Green #124E33

Tints of County Green #124E33

Color information

#124E33 (or 0x124E33) is unknown color: approx County Green. HEX triplet: 12, 4E and 33. RGB value is (18,78,51). Sum of RGB (Red+Green+Blue) = 18+78+51=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #124E33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E33 is #EDB1CC. Grayscale: #393939. Windows color (decimal): -15577549 or 3362322. OLE color: 3362322.

HSL color Cylindrical-coordinate representation of color #124E33: hue angle of 153º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124E33 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB187851-
CMYK0.7700.350.69
HSL153º62.5%18.82%-
HSV(B)153º76.92%30.59%-
XYZ3.575.824.07-
YUV56.98124.62100.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 78 (30.86% from 255) = 53.06%
BLUE value IS 51 (20.31% from 255) = 34.69%
R=12.24%
G=53.06%
B=34.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878510.7700.350.6915362.518.82
Hex124E334D02345993e13
Octal22116631150431052317623
Binary1001010011101100111001101010001110001011001100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124E33; }

 p { color: rgb(18,78,51); }

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

<style>
 a { background-color: #124E33; }

 a { background-color: rgb(18,78,51); }

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

<style>
 span { border-color: #124E33; }

 span { border-color: rgb(18,78,51); }

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