Html Css Color HEX #2D706C Genoa

📋 copy color: '#2D706C'

red 45 ◦ green 112 ◦ blue 108

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

Shades of Genoa #2D706C

Tints of Genoa #2D706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

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

R = 16.98%
G = 42.26%
B = 40.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#2D706C (or 0x2D706C) is known color: Genoa. HEX triplet: 2D, 70 and 6C. RGB value is (45,112,108). Sum of RGB (Red+Green+Blue) = 45+112+108=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #2D706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D706C is #D28F93. Grayscale: #5B5B5B. Windows color (decimal): -13799316 or 7106605. OLE color: 7106605.

HSL color Cylindrical-coordinate representation of color #2D706C: hue angle of 176.42º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D706C is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 112 108 -
CMYK 0.60 0 0.04 0.56
HSL 176.42º 0.43% 0.31% -
HSV(B) 176.42º 0.6% 0.44% -
XYZ 9.58 13.23 16.24 -
YUV 91.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 45 112 108 0.60 0 0.04 0.56 176.42 0.43 0.31
Hex 2D 70 6C 3C 0 4 38 B0 2B 1F
Octal 55 160 154 74 0 4 70 260 53 37
Binary 101101 1110000 1101100 111100 0 100 111000 10110000 101011 11111

Color Harmonies of #2D706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D706C

Black with #2D706C

Text Example


Text Example

White with #2D706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,112,108); }

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

background-color css

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

 a { background-color: rgb(45,112,108); }

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

border-color css

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

 span { border-color: rgb(45,112,108); }

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