Html Css Color HEX #2D7764 Genoa

📋 copy color: '#2D7764'

red 45 ◦ green 119 ◦ blue 100

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

Shades of Genoa #2D7764

Tints of Genoa #2D7764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.08%

 BLUE value IS 100 (39.45% from 255) = 37.88%

R = 17.05%
G = 45.08%
B = 37.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#2D7764 (or 0x2D7764) is known color: Genoa. HEX triplet: 2D, 77 and 64. RGB value is (45,119,100). Sum of RGB (Red+Green+Blue) = 45+119+100=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7764 is #D2889B. Grayscale: #5E5E5E. Windows color (decimal): -13797532 or 6584109. OLE color: 6584109.

HSL color Cylindrical-coordinate representation of color #2D7764: hue angle of 164.59º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7764 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 119 100 -
CMYK 0.62 0 0.16 0.53
HSL 164.59º 0.45% 0.32% -
HSV(B) 164.59º 0.62% 0.47% -
XYZ 9.98 14.67 14.36 -
YUV 94.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 45 119 100 0.62 0 0.16 0.53 164.59 0.45 0.32
Hex 2D 77 64 3E 0 10 35 A5 2D 20
Octal 55 167 144 76 0 20 65 245 55 40
Binary 101101 1110111 1100100 111110 0 10000 110101 10100101 101101 100000

Color Harmonies of #2D7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7764

Black with #2D7764

Text Example


Text Example

White with #2D7764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,119,100); }

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

background-color css

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

 a { background-color: rgb(45,119,100); }

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

border-color css

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

 span { border-color: rgb(45,119,100); }

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