Html Css Color HEX #2B7970 Genoa

📋 copy color: '#2B7970'

red 43 ◦ green 121 ◦ blue 112

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

Shades of Genoa #2B7970

Tints of Genoa #2B7970

RGB

 RED value IS 43 (17.19% from 255) = 15.58%

 GREEN value IS 121 (47.66% from 255) = 43.84%

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 15.58%
G = 43.84%
B = 40.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#2B7970 (or 0x2B7970) is known color: Genoa. HEX triplet: 2B, 79 and 70. RGB value is (43,121,112). Sum of RGB (Red+Green+Blue) = 43+121+112=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7970 is #D4868F. Grayscale: #606060. Windows color (decimal): -13928080 or 7371051. OLE color: 7371051.

HSL color Cylindrical-coordinate representation of color #2B7970: hue angle of 173.08º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7970 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 121 112 -
CMYK 0.64 0 0.07 0.53
HSL 173.08º 0.48% 0.32% -
HSV(B) 173.08º 0.64% 0.47% -
XYZ 10.76 15.36 17.73 -
YUV 96.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 43 121 112 0.64 0 0.07 0.53 173.08 0.48 0.32
Hex 2B 79 70 40 0 7 35 AD 30 20
Octal 53 171 160 100 0 7 65 255 60 40
Binary 101011 1111001 1110000 1000000 0 111 110101 10101101 110000 100000

Color Harmonies of #2B7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7970

Black with #2B7970

Text Example


Text Example

White with #2B7970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,121,112); }

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

background-color css

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

 a { background-color: rgb(43,121,112); }

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

border-color css

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

 span { border-color: rgb(43,121,112); }

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