Html Css Color HEX #2B785F Genoa

📋 copy color: '#2B785F'

red 43 ◦ green 120 ◦ blue 95

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

Shades of Genoa #2B785F

Tints of Genoa #2B785F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 16.67%
G = 46.51%
B = 36.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#2B785F (or 0x2B785F) is known color: Genoa. HEX triplet: 2B, 78 and 5F. RGB value is (43,120,95). Sum of RGB (Red+Green+Blue) = 43+120+95=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #2B785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B785F is #D487A0. Grayscale: #5E5E5E. Windows color (decimal): -13928353 or 6256683. OLE color: 6256683.

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

Color convert

RGB 43 120 95 -
CMYK 0.64 0 0.21 0.53
HSL 160.52º 0.47% 0.32% -
HSV(B) 160.52º 0.64% 0.47% -
XYZ 9.78 14.77 13.16 -
YUV 94.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 43 120 95 0.64 0 0.21 0.53 160.52 0.47 0.32
Hex 2B 78 5F 40 0 15 35 A1 2F 20
Octal 53 170 137 100 0 25 65 241 57 40
Binary 101011 1111000 1011111 1000000 0 10101 110101 10100001 101111 100000

Color Harmonies of #2B785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B785F

Black with #2B785F

Text Example


Text Example

White with #2B785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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