Html Css Color HEX #2C755E Genoa

📋 copy color: '#2C755E'

red 44 ◦ green 117 ◦ blue 94

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

Shades of Genoa #2C755E

Tints of Genoa #2C755E

RGB

 RED value IS 44 (17.58% from 255) = 17.25%

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

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

R = 17.25%
G = 45.88%
B = 36.86%

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

#2C755E (or 0x2C755E) is known color: Genoa. HEX triplet: 2C, 75 and 5E. RGB value is (44,117,94). Sum of RGB (Red+Green+Blue) = 44+117+94=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #2C755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C755E is #D38AA1. Grayscale: #5C5C5C. Windows color (decimal): -13863586 or 6190380. OLE color: 6190380.

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

Color convert

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

Color Harmonies of #2C755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C755E

Black with #2C755E

Text Example


Text Example

White with #2C755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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