Html Css Color HEX #2A7D68 Genoa

📋 copy color: '#2A7D68'

red 42 ◦ green 125 ◦ blue 104

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

Shades of Genoa #2A7D68

Tints of Genoa #2A7D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.13%

 BLUE value IS 104 (41.02% from 255) = 38.38%

R = 15.5%
G = 46.13%
B = 38.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#2A7D68 (or 0x2A7D68) is known color: Genoa. HEX triplet: 2A, 7D and 68. RGB value is (42,125,104). Sum of RGB (Red+Green+Blue) = 42+125+104=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #2A7D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7D68 is #D58297. Grayscale: #616161. Windows color (decimal): -13992600 or 6847786. OLE color: 6847786.

HSL color Cylindrical-coordinate representation of color #2A7D68: hue angle of 164.82º degrees, saturation: 0.5, 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 #2A7D68 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 125 104 -
CMYK 0.66 0 0.17 0.51
HSL 164.82º 0.5% 0.33% -
HSV(B) 164.82º 0.66% 0.49% -
XYZ 10.79 16.16 15.65 -
YUV 97.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 42 125 104 0.66 0 0.17 0.51 164.82 0.5 0.33
Hex 2A 7D 68 42 0 11 33 A5 32 21
Octal 52 175 150 102 0 21 63 245 62 41
Binary 101010 1111101 1101000 1000010 0 10001 110011 10100101 110010 100001

Color Harmonies of #2A7D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7D68

Black with #2A7D68

Text Example


Text Example

White with #2A7D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,125,104); }

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

background-color css

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

 a { background-color: rgb(42,125,104); }

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

border-color css

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

 span { border-color: rgb(42,125,104); }

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