Html Css Color HEX #2B7F68 Genoa

📋 copy color: '#2B7F68'

red 43 ◦ green 127 ◦ blue 104

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

Shades of Genoa #2B7F68

Tints of Genoa #2B7F68

RGB

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

 GREEN value IS 127 (50% from 255) = 46.35%

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

R = 15.69%
G = 46.35%
B = 37.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#2B7F68 (or 0x2B7F68) is known color: Genoa. HEX triplet: 2B, 7F and 68. RGB value is (43,127,104). Sum of RGB (Red+Green+Blue) = 43+127+104=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F68 is #D48097. Grayscale: #636363. Windows color (decimal): -13926552 or 6848299. OLE color: 6848299.

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

Color convert

RGB 43 127 104 -
CMYK 0.66 0 0.18 0.50
HSL 163.57º 0.49% 0.33% -
HSV(B) 163.57º 0.66% 0.5% -
XYZ 11.08 16.69 15.73 -
YUV 99.26 130.67 87.87 -
System Red Green Blue C M Y K H S L
Decimal 43 127 104 0.66 0 0.18 0.50 163.57 0.49 0.33
Hex 2B 7F 68 42 0 12 32 A4 31 21
Octal 53 177 150 102 0 22 62 244 61 41
Binary 101011 1111111 1101000 1000010 0 10010 110010 10100100 110001 100001

Color Harmonies of #2B7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7F68

Black with #2B7F68

Text Example


Text Example

White with #2B7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,127,104); }

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

background-color css

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

 a { background-color: rgb(43,127,104); }

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

border-color css

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

 span { border-color: rgb(43,127,104); }

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