Html Css Color HEX #125238 County Green

📋 copy color: '#125238'

red 18 ◦ green 82 ◦ blue 56

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

Shades of County Green #125238

Tints of County Green #125238

RGB

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

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

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

R = 11.54%
G = 52.56%
B = 35.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#125238 (or 0x125238) is known color: County Green. HEX triplet: 12, 52 and 38. RGB value is (18,82,56). Sum of RGB (Red+Green+Blue) = 18+82+56=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #125238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125238 is #EDADC7. Grayscale: #3B3B3B. Windows color (decimal): -15576520 or 3691026. OLE color: 3691026.

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

Color convert

RGB 18 82 56 -
CMYK 0.78 0 0.32 0.68
HSL 155.63º 0.64% 0.2% -
HSV(B) 155.63º 0.78% 0.32% -
XYZ 3.98 6.45 4.78 -
YUV 59.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 18 82 56 0.78 0 0.32 0.68 155.63 0.64 0.2
Hex 12 52 38 4E 0 20 44 9C 40 14
Octal 22 122 70 116 0 40 104 234 100 24
Binary 10010 1010010 111000 1001110 0 100000 1000100 10011100 1000000 10100

Color Harmonies of #125238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125238

Black with #125238

Text Example


Text Example

White with #125238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125238; }

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

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

background-color css

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

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

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

border-color css

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

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

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