Html Css Color HEX #2D8775 Genoa

📋 copy color: '#2D8775'

red 45 ◦ green 135 ◦ blue 117

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

Shades of Genoa #2D8775

Tints of Genoa #2D8775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.45%

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 15.15%
G = 45.45%
B = 39.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#2D8775 (or 0x2D8775) is known color: Genoa. HEX triplet: 2D, 87 and 75. RGB value is (45,135,117). Sum of RGB (Red+Green+Blue) = 45+135+117=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #2D8775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8775 is #D2788A. Grayscale: #6A6A6A. Windows color (decimal): -13793419 or 7702317. OLE color: 7702317.

HSL color Cylindrical-coordinate representation of color #2D8775: hue angle of 168º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8775 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 135 117 -
CMYK 0.67 0 0.13 0.47
HSL 168º 0.5% 0.35% -
HSV(B) 168º 0.67% 0.53% -
XYZ 12.96 19.17 19.85 -
YUV 106.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 45 135 117 0.67 0 0.13 0.47 168 0.5 0.35
Hex 2D 87 75 43 0 D 2F A8 32 23
Octal 55 207 165 103 0 15 57 250 62 43
Binary 101101 10000111 1110101 1000011 0 1101 101111 10101000 110010 100011

Color Harmonies of #2D8775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8775

Black with #2D8775

Text Example


Text Example

White with #2D8775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,135,117); }

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

background-color css

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

 a { background-color: rgb(45,135,117); }

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

border-color css

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

 span { border-color: rgb(45,135,117); }

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