Html Css Color HEX #2D755E Genoa

📋 copy color: '#2D755E'

red 45 ◦ green 117 ◦ blue 94

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

Shades of Genoa #2D755E

Tints of Genoa #2D755E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 17.58%
G = 45.7%
B = 36.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#2D755E (or 0x2D755E) is known color: Genoa. HEX triplet: 2D, 75 and 5E. RGB value is (45,117,94). Sum of RGB (Red+Green+Blue) = 45+117+94=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #2D755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D755E is #D28AA1. Grayscale: #5C5C5C. Windows color (decimal): -13798050 or 6190381. OLE color: 6190381.

HSL color Cylindrical-coordinate representation of color #2D755E: hue angle of 160.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 #2D755E is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 117 94 -
CMYK 0.62 0 0.20 0.54
HSL 160.83º 0.44% 0.32% -
HSV(B) 160.83º 0.62% 0.46% -
XYZ 9.46 14.09 12.81 -
YUV 92.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 45 117 94 0.62 0 0.20 0.54 160.83 0.44 0.32
Hex 2D 75 5E 3E 0 14 36 A1 2C 20
Octal 55 165 136 76 0 24 66 241 54 40
Binary 101101 1110101 1011110 111110 0 10100 110110 10100001 101100 100000

Color Harmonies of #2D755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D755E

Black with #2D755E

Text Example


Text Example

White with #2D755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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