Html Css Color HEX #2B785E Genoa

📋 copy color: '#2B785E'

red 43 ◦ green 120 ◦ blue 94

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

Shades of Genoa #2B785E

Tints of Genoa #2B785E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.69%

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 16.73%
G = 46.69%
B = 36.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#2B785E (or 0x2B785E) is known color: Genoa. HEX triplet: 2B, 78 and 5E. RGB value is (43,120,94). Sum of RGB (Red+Green+Blue) = 43+120+94=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #2B785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B785E is #D487A1. Grayscale: #5E5E5E. Windows color (decimal): -13928354 or 6191147. OLE color: 6191147.

HSL color Cylindrical-coordinate representation of color #2B785E: hue angle of 159.74º degrees, saturation: 0.47, 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 #2B785E is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 120 94 -
CMYK 0.64 0 0.22 0.53
HSL 159.74º 0.47% 0.32% -
HSV(B) 159.74º 0.64% 0.47% -
XYZ 9.73 14.75 12.92 -
YUV 94.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 43 120 94 0.64 0 0.22 0.53 159.74 0.47 0.32
Hex 2B 78 5E 40 0 16 35 A0 2F 20
Octal 53 170 136 100 0 26 65 240 57 40
Binary 101011 1111000 1011110 1000000 0 10110 110101 10100000 101111 100000

Color Harmonies of #2B785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B785E

Black with #2B785E

Text Example


Text Example

White with #2B785E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,120,94); }

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

background-color css

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

 a { background-color: rgb(43,120,94); }

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

border-color css

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

 span { border-color: rgb(43,120,94); }

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