Html Css Color HEX #2D756A Genoa

📋 copy color: '#2D756A'

red 45 ◦ green 117 ◦ blue 106

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

Shades of Genoa #2D756A

Tints of Genoa #2D756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.66%

 BLUE value IS 106 (41.8% from 255) = 39.55%

R = 16.79%
G = 43.66%
B = 39.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#2D756A (or 0x2D756A) is known color: Genoa. HEX triplet: 2D, 75 and 6A. RGB value is (45,117,106). Sum of RGB (Red+Green+Blue) = 45+117+106=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #2D756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D756A is #D28A95. Grayscale: #5E5E5E. Windows color (decimal): -13798038 or 6976813. OLE color: 6976813.

HSL color Cylindrical-coordinate representation of color #2D756A: hue angle of 170.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D756A is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 117 106 -
CMYK 0.62 0 0.09 0.54
HSL 170.83º 0.44% 0.32% -
HSV(B) 170.83º 0.62% 0.46% -
XYZ 10.05 14.32 15.87 -
YUV 94.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 45 117 106 0.62 0 0.09 0.54 170.83 0.44 0.32
Hex 2D 75 6A 3E 0 9 36 AB 2C 20
Octal 55 165 152 76 0 11 66 253 54 40
Binary 101101 1110101 1101010 111110 0 1001 110110 10101011 101100 100000

Color Harmonies of #2D756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D756A

Black with #2D756A

Text Example


Text Example

White with #2D756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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