#125234

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

Shades of County Green #125234

Tints of County Green #125234

Color information

#125234 (or 0x125234) is unknown color: approx County Green. HEX triplet: 12, 52 and 34. RGB value is (18,82,52). Sum of RGB (Red+Green+Blue) = 18+82+52=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #125234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125234 is #EDADCB. Grayscale: #3B3B3B. Windows color (decimal): -15576524 or 3428882. OLE color: 3428882.

HSL color Cylindrical-coordinate representation of color #125234: hue angle of 151.88º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125234 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB188252-
CMYK0.7800.370.68
HSL151.88º64%19.61%-
HSV(B)151.88º78.05%32.16%-
XYZ3.896.414.28-
YUV59.44123.898.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 82 (32.42% from 255) = 53.95%
BLUE value IS 52 (20.70% from 255) = 34.21%
R=11.84%
G=53.95%
B=34.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882520.7800.370.68151.886419.61
Hex1252344E02544984014
Octal221226411604510423010024
Binary10010101001011010010011100100101100010010011000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125234; }

 p { color: rgb(18,82,52); }

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

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

 a { background-color: rgb(18,82,52); }

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

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

 span { border-color: rgb(18,82,52); }

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