Html Css Color HEX #2A836C Genoa

📋 copy color: '#2A836C'

red 42 ◦ green 131 ◦ blue 108

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

Shades of Genoa #2A836C

Tints of Genoa #2A836C

RGB

 RED value IS 42 (16.8% from 255) = 14.95%

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

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 14.95%
G = 46.62%
B = 38.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#2A836C (or 0x2A836C) is known color: Genoa. HEX triplet: 2A, 83 and 6C. RGB value is (42,131,108). Sum of RGB (Red+Green+Blue) = 42+131+108=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #2A836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A836C is #D57C93. Grayscale: #656565. Windows color (decimal): -13991060 or 7111466. OLE color: 7111466.

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

Color convert

RGB 42 131 108 -
CMYK 0.68 0 0.18 0.49
HSL 164.49º 0.51% 0.34% -
HSV(B) 164.49º 0.68% 0.51% -
XYZ 11.78 17.81 17 -
YUV 101.77 131.51 85.37 -
System Red Green Blue C M Y K H S L
Decimal 42 131 108 0.68 0 0.18 0.49 164.49 0.51 0.34
Hex 2A 83 6C 44 0 12 31 A4 33 22
Octal 52 203 154 104 0 22 61 244 63 42
Binary 101010 10000011 1101100 1000100 0 10010 110001 10100100 110011 100010

Color Harmonies of #2A836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A836C

Black with #2A836C

Text Example


Text Example

White with #2A836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,131,108); }

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

background-color css

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

 a { background-color: rgb(42,131,108); }

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

border-color css

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

 span { border-color: rgb(42,131,108); }

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