Html Css Color HEX #125237 County Green

📋 copy color: '#125237'

red 18 ◦ green 82 ◦ blue 55

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

Shades of County Green #125237

Tints of County Green #125237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.9%

 BLUE value IS 55 (21.88% from 255) = 35.48%

R = 11.61%
G = 52.9%
B = 35.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#125237 (or 0x125237) is known color: County Green. HEX triplet: 12, 52 and 37. RGB value is (18,82,55). Sum of RGB (Red+Green+Blue) = 18+82+55=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #125237 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125237 is #EDADC8. Grayscale: #3B3B3B. Windows color (decimal): -15576521 or 3625490. OLE color: 3625490.

HSL color Cylindrical-coordinate representation of color #125237: hue angle of 154.69º 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 #125237 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 55 -
CMYK 0.78 0 0.33 0.68
HSL 154.69º 0.64% 0.2% -
HSV(B) 154.69º 0.78% 0.32% -
XYZ 3.96 6.44 4.65 -
YUV 59.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 18 82 55 0.78 0 0.33 0.68 154.69 0.64 0.2
Hex 12 52 37 4E 0 21 44 9B 40 14
Octal 22 122 67 116 0 41 104 233 100 24
Binary 10010 1010010 110111 1001110 0 100001 1000100 10011011 1000000 10100

Color Harmonies of #125237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125237

Black with #125237

Text Example


Text Example

White with #125237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125237; }

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

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

background-color css

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

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

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

border-color css

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

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

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