Html Css Color HEX #115238 County Green

📋 copy color: '#115238'

red 17 ◦ green 82 ◦ blue 56

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

Shades of County Green #115238

Tints of County Green #115238

RGB

 RED value IS 17 (7.03% from 255) = 10.97%

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

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

R = 10.97%
G = 52.9%
B = 36.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#115238 (or 0x115238) is known color: County Green. HEX triplet: 11, 52 and 38. RGB value is (17,82,56). Sum of RGB (Red+Green+Blue) = 17+82+56=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #115238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115238 is #EEADC7. Grayscale: #3B3B3B. Windows color (decimal): -15642056 or 3691025. OLE color: 3691025.

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

Color convert

RGB 17 82 56 -
CMYK 0.79 0 0.32 0.68
HSL 156º 0.66% 0.19% -
HSV(B) 156º 0.79% 0.32% -
XYZ 3.96 6.44 4.78 -
YUV 59.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 17 82 56 0.79 0 0.32 0.68 156 0.66 0.19
Hex 11 52 38 4F 0 20 44 9C 42 13
Octal 21 122 70 117 0 40 104 234 102 23
Binary 10001 1010010 111000 1001111 0 100000 1000100 10011100 1000010 10011

Color Harmonies of #115238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115238

Black with #115238

Text Example


Text Example

White with #115238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115238; }

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

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

background-color css

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

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

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

border-color css

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

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

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