Html Css Color HEX #2C836D Genoa

📋 copy color: '#2C836D'

red 44 ◦ green 131 ◦ blue 109

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

Shades of Genoa #2C836D

Tints of Genoa #2C836D

RGB

 RED value IS 44 (17.58% from 255) = 15.49%

 GREEN value IS 131 (51.56% from 255) = 46.13%

 BLUE value IS 109 (42.97% from 255) = 38.38%

R = 15.49%
G = 46.13%
B = 38.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#2C836D (or 0x2C836D) is known color: Genoa. HEX triplet: 2C, 83 and 6D. RGB value is (44,131,109). Sum of RGB (Red+Green+Blue) = 44+131+109=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #2C836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C836D is #D37C92. Grayscale: #666666. Windows color (decimal): -13859987 or 7177004. OLE color: 7177004.

HSL color Cylindrical-coordinate representation of color #2C836D: hue angle of 164.83º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C836D is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 44 131 109 -
CMYK 0.66 0 0.17 0.49
HSL 164.83º 0.5% 0.34% -
HSV(B) 164.83º 0.66% 0.51% -
XYZ 11.92 17.87 17.29 -
YUV 102.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 44 131 109 0.66 0 0.17 0.49 164.83 0.5 0.34
Hex 2C 83 6D 42 0 11 31 A5 32 22
Octal 54 203 155 102 0 21 61 245 62 42
Binary 101100 10000011 1101101 1000010 0 10001 110001 10100101 110010 100010

Color Harmonies of #2C836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C836D

Black with #2C836D

Text Example


Text Example

White with #2C836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C836D; }

 p { color: rgb(44,131,109); }

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

background-color css

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

 a { background-color: rgb(44,131,109); }

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

border-color css

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

 span { border-color: rgb(44,131,109); }

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