Html Css Color HEX #2D8473 Genoa

📋 copy color: '#2D8473'

red 45 ◦ green 132 ◦ blue 115

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

Shades of Genoa #2D8473

Tints of Genoa #2D8473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.21%

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

R = 15.41%
G = 45.21%
B = 39.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#2D8473 (or 0x2D8473) is known color: Genoa. HEX triplet: 2D, 84 and 73. RGB value is (45,132,115). Sum of RGB (Red+Green+Blue) = 45+132+115=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8473 is #D27B8C. Grayscale: #686868. Windows color (decimal): -13794189 or 7570477. OLE color: 7570477.

HSL color Cylindrical-coordinate representation of color #2D8473: hue angle of 168.28º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8473 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 132 115 -
CMYK 0.66 0 0.13 0.48
HSL 168.28º 0.49% 0.35% -
HSV(B) 168.28º 0.66% 0.52% -
XYZ 12.43 18.3 19.1 -
YUV 104.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 45 132 115 0.66 0 0.13 0.48 168.28 0.49 0.35
Hex 2D 84 73 42 0 D 30 A8 31 23
Octal 55 204 163 102 0 15 60 250 61 43
Binary 101101 10000100 1110011 1000010 0 1101 110000 10101000 110001 100011

Color Harmonies of #2D8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8473

Black with #2D8473

Text Example


Text Example

White with #2D8473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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