Html Css Color HEX #124C33 County Green

📋 copy color: '#124C33'

red 18 ◦ green 76 ◦ blue 51

#124C33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of County Green #124C33

Tints of County Green #124C33

RGB

 RED value IS 18 (7.42% from 255) = 12.41%

 GREEN value IS 76 (30.08% from 255) = 52.41%

 BLUE value IS 51 (20.31% from 255) = 35.17%

R = 12.41%
G = 52.41%
B = 35.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#124C33 (or 0x124C33) is known color: County Green. HEX triplet: 12, 4C and 33. RGB value is (18,76,51). Sum of RGB (Red+Green+Blue) = 18+76+51=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #124C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C33 is #EDB3CC. Grayscale: #373737. Windows color (decimal): -15578061 or 3361810. OLE color: 3361810.

HSL color Cylindrical-coordinate representation of color #124C33: hue angle of 154.14º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C33 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 76 51 -
CMYK 0.76 0 0.33 0.70
HSL 154.14º 0.62% 0.18% -
HSV(B) 154.14º 0.76% 0.3% -
XYZ 3.43 5.54 4.02 -
YUV 55.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 18 76 51 0.76 0 0.33 0.70 154.14 0.62 0.18
Hex 12 4C 33 4C 0 21 46 9A 3E 12
Octal 22 114 63 114 0 41 106 232 76 22
Binary 10010 1001100 110011 1001100 0 100001 1000110 10011010 111110 10010

Color Harmonies of #124C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C33

Black with #124C33

Text Example


Text Example

White with #124C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #124C33;
 }
 .AnyTagClassName
 {
   color: #124C33;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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