Html Css Color HEX #2D7C65 Genoa

📋 copy color: '#2D7C65'

red 45 ◦ green 124 ◦ blue 101

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

Shades of Genoa #2D7C65

Tints of Genoa #2D7C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.93%

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 16.67%
G = 45.93%
B = 37.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#2D7C65 (or 0x2D7C65) is known color: Genoa. HEX triplet: 2D, 7C and 65. RGB value is (45,124,101). Sum of RGB (Red+Green+Blue) = 45+124+101=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #2D7C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7C65 is #D2839A. Grayscale: #616161. Windows color (decimal): -13796251 or 6650925. OLE color: 6650925.

HSL color Cylindrical-coordinate representation of color #2D7C65: hue angle of 162.53º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D7C65 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 45 124 101 -
CMYK 0.64 0 0.19 0.51
HSL 162.53º 0.47% 0.33% -
HSV(B) 162.53º 0.64% 0.49% -
XYZ 10.64 15.91 14.82 -
YUV 97.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 45 124 101 0.64 0 0.19 0.51 162.53 0.47 0.33
Hex 2D 7C 65 40 0 13 33 A3 2F 21
Octal 55 174 145 100 0 23 63 243 57 41
Binary 101101 1111100 1100101 1000000 0 10011 110011 10100011 101111 100001

Color Harmonies of #2D7C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7C65

Black with #2D7C65

Text Example


Text Example

White with #2D7C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,124,101); }

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

background-color css

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

 a { background-color: rgb(45,124,101); }

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

border-color css

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

 span { border-color: rgb(45,124,101); }

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