Html Css Color HEX #2D7462 Genoa

📋 copy color: '#2D7462'

red 45 ◦ green 116 ◦ blue 98

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

Shades of Genoa #2D7462

Tints of Genoa #2D7462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.79%

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 17.37%
G = 44.79%
B = 37.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#2D7462 (or 0x2D7462) is known color: Genoa. HEX triplet: 2D, 74 and 62. RGB value is (45,116,98). Sum of RGB (Red+Green+Blue) = 45+116+98=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #2D7462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7462 is #D28B9D. Grayscale: #5C5C5C. Windows color (decimal): -13798302 or 6452269. OLE color: 6452269.

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

Color convert

RGB 45 116 98 -
CMYK 0.61 0 0.16 0.55
HSL 164.79º 0.44% 0.32% -
HSV(B) 164.79º 0.61% 0.45% -
XYZ 9.53 13.93 13.74 -
YUV 92.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 45 116 98 0.61 0 0.16 0.55 164.79 0.44 0.32
Hex 2D 74 62 3D 0 10 37 A5 2C 20
Octal 55 164 142 75 0 20 67 245 54 40
Binary 101101 1110100 1100010 111101 0 10000 110111 10100101 101100 100000

Color Harmonies of #2D7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7462

Black with #2D7462

Text Example


Text Example

White with #2D7462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,116,98); }

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

background-color css

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

 a { background-color: rgb(45,116,98); }

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

border-color css

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

 span { border-color: rgb(45,116,98); }

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