Html Css Color HEX #2B7C6D Genoa

📋 copy color: '#2B7C6D'

red 43 ◦ green 124 ◦ blue 109

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

Shades of Genoa #2B7C6D

Tints of Genoa #2B7C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 15.58%
G = 44.93%
B = 39.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#2B7C6D (or 0x2B7C6D) is known color: Genoa. HEX triplet: 2B, 7C and 6D. RGB value is (43,124,109). Sum of RGB (Red+Green+Blue) = 43+124+109=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7C6D is #D48392. Grayscale: #626262. Windows color (decimal): -13927315 or 7175211. OLE color: 7175211.

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

Color convert

RGB 43 124 109 -
CMYK 0.65 0 0.12 0.51
HSL 168.89º 0.49% 0.33% -
HSV(B) 168.89º 0.65% 0.49% -
XYZ 10.96 16.03 16.98 -
YUV 98.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 43 124 109 0.65 0 0.12 0.51 168.89 0.49 0.33
Hex 2B 7C 6D 41 0 C 33 A9 31 21
Octal 53 174 155 101 0 14 63 251 61 41
Binary 101011 1111100 1101101 1000001 0 1100 110011 10101001 110001 100001

Color Harmonies of #2B7C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7C6D

Black with #2B7C6D

Text Example


Text Example

White with #2B7C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,124,109); }

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

background-color css

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

 a { background-color: rgb(43,124,109); }

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

border-color css

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

 span { border-color: rgb(43,124,109); }

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