Html Css Color HEX #2D8973 Genoa

📋 copy color: '#2D8973'

red 45 ◦ green 137 ◦ blue 115

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

Shades of Genoa #2D8973

Tints of Genoa #2D8973

RGB

 RED value IS 45 (17.97% from 255) = 15.15%

 GREEN value IS 137 (53.91% from 255) = 46.13%

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 15.15%
G = 46.13%
B = 38.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#2D8973 (or 0x2D8973) is known color: Genoa. HEX triplet: 2D, 89 and 73. RGB value is (45,137,115). Sum of RGB (Red+Green+Blue) = 45+137+115=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8973 is #D2768C. Grayscale: #6A6A6A. Windows color (decimal): -13792909 or 7571757. OLE color: 7571757.

HSL color Cylindrical-coordinate representation of color #2D8973: hue angle of 165.65º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8973 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 137 115 -
CMYK 0.67 0 0.16 0.46
HSL 165.65º 0.51% 0.36% -
HSV(B) 165.65º 0.67% 0.54% -
XYZ 13.12 19.69 19.33 -
YUV 106.98 132.52 83.79 -
System Red Green Blue C M Y K H S L
Decimal 45 137 115 0.67 0 0.16 0.46 165.65 0.51 0.36
Hex 2D 89 73 43 0 10 2E A6 33 24
Octal 55 211 163 103 0 20 56 246 63 44
Binary 101101 10001001 1110011 1000011 0 10000 101110 10100110 110011 100100

Color Harmonies of #2D8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8973

Black with #2D8973

Text Example


Text Example

White with #2D8973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,137,115); }

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

background-color css

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

 a { background-color: rgb(45,137,115); }

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

border-color css

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

 span { border-color: rgb(45,137,115); }

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