Html Css Color HEX #125138 County Green

📋 copy color: '#125138'

red 18 ◦ green 81 ◦ blue 56

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

Shades of County Green #125138

Tints of County Green #125138

RGB

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

 GREEN value IS 81 (32.03% from 255) = 52.26%

 BLUE value IS 56 (22.27% from 255) = 36.13%

R = 11.61%
G = 52.26%
B = 36.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#125138 (or 0x125138) is known color: County Green. HEX triplet: 12, 51 and 38. RGB value is (18,81,56). Sum of RGB (Red+Green+Blue) = 18+81+56=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #125138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125138 is #EDAEC7. Grayscale: #3B3B3B. Windows color (decimal): -15576776 or 3690770. OLE color: 3690770.

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

Color convert

RGB 18 81 56 -
CMYK 0.78 0 0.31 0.68
HSL 156.19º 0.64% 0.19% -
HSV(B) 156.19º 0.78% 0.32% -
XYZ 3.91 6.3 4.75 -
YUV 59.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 18 81 56 0.78 0 0.31 0.68 156.19 0.64 0.19
Hex 12 51 38 4E 0 1F 44 9C 40 13
Octal 22 121 70 116 0 37 104 234 100 23
Binary 10010 1010001 111000 1001110 0 11111 1000100 10011100 1000000 10011

Color Harmonies of #125138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125138

Black with #125138

Text Example


Text Example

White with #125138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125138; }

 p { color: rgb(18,81,56); }

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

background-color css

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

 a { background-color: rgb(18,81,56); }

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

border-color css

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

 span { border-color: rgb(18,81,56); }

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