Html Css Color HEX #205147 Gable Green

📋 copy color: '#205147'

red 32 ◦ green 81 ◦ blue 71

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

Shades of Gable Green #205147

Tints of Gable Green #205147

RGB

 RED value IS 32 (12.89% from 255) = 17.39%

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

 BLUE value IS 71 (28.13% from 255) = 38.59%

R = 17.39%
G = 44.02%
B = 38.59%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#205147 (or 0x205147) is known color: Gable Green. HEX triplet: 20, 51 and 47. RGB value is (32,81,71). Sum of RGB (Red+Green+Blue) = 32+81+71=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #205147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205147 is #DFAEB8. Grayscale: #414141. Windows color (decimal): -14659257 or 4673824. OLE color: 4673824.

HSL color Cylindrical-coordinate representation of color #205147: hue angle of 167.76º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205147 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 81 71 -
CMYK 0.60 0 0.12 0.68
HSL 167.76º 0.43% 0.22% -
HSV(B) 167.76º 0.6% 0.32% -
XYZ 4.68 6.65 7 -
YUV 65.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 32 81 71 0.60 0 0.12 0.68 167.76 0.43 0.22
Hex 20 51 47 3C 0 C 44 A8 2B 16
Octal 40 121 107 74 0 14 104 250 53 26
Binary 100000 1010001 1000111 111100 0 1100 1000100 10101000 101011 10110

Color Harmonies of #205147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205147

Black with #205147

Text Example


Text Example

White with #205147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205147; }

 p { color: rgb(32,81,71); }

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

background-color css

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

 a { background-color: rgb(32,81,71); }

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

border-color css

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

 span { border-color: rgb(32,81,71); }

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