Html Css Color HEX #2A7C5F Genoa

📋 copy color: '#2A7C5F'

red 42 ◦ green 124 ◦ blue 95

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

Shades of Genoa #2A7C5F

Tints of Genoa #2A7C5F

RGB

 RED value IS 42 (16.8% from 255) = 16.09%

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

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 16.09%
G = 47.51%
B = 36.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#2A7C5F (or 0x2A7C5F) is known color: Genoa. HEX triplet: 2A, 7C and 5F. RGB value is (42,124,95). Sum of RGB (Red+Green+Blue) = 42+124+95=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7C5F is #D583A0. Grayscale: #606060. Windows color (decimal): -13992865 or 6257706. OLE color: 6257706.

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

Color convert

RGB 42 124 95 -
CMYK 0.66 0 0.23 0.51
HSL 158.78º 0.49% 0.33% -
HSV(B) 158.78º 0.66% 0.49% -
XYZ 10.23 15.73 13.32 -
YUV 96.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 42 124 95 0.66 0 0.23 0.51 158.78 0.49 0.33
Hex 2A 7C 5F 42 0 17 33 9F 31 21
Octal 52 174 137 102 0 27 63 237 61 41
Binary 101010 1111100 1011111 1000010 0 10111 110011 10011111 110001 100001

Color Harmonies of #2A7C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7C5F

Black with #2A7C5F

Text Example


Text Example

White with #2A7C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,124,95); }

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

background-color css

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

 a { background-color: rgb(42,124,95); }

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

border-color css

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

 span { border-color: rgb(42,124,95); }

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