Html Css Color HEX #2B785D Genoa

📋 copy color: '#2B785D'

red 43 ◦ green 120 ◦ blue 93

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

Shades of Genoa #2B785D

Tints of Genoa #2B785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 16.8%
G = 46.88%
B = 36.33%

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

#2B785D (or 0x2B785D) is known color: Genoa. HEX triplet: 2B, 78 and 5D. RGB value is (43,120,93). Sum of RGB (Red+Green+Blue) = 43+120+93=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #2B785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B785D is #D487A2. Grayscale: #5D5D5D. Windows color (decimal): -13928355 or 6125611. OLE color: 6125611.

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

Color convert

RGB 43 120 93 -
CMYK 0.64 0 0.22 0.53
HSL 158.96º 0.47% 0.32% -
HSV(B) 158.96º 0.64% 0.47% -
XYZ 9.69 14.74 12.69 -
YUV 93.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 43 120 93 0.64 0 0.22 0.53 158.96 0.47 0.32
Hex 2B 78 5D 40 0 16 35 9F 2F 20
Octal 53 170 135 100 0 26 65 237 57 40
Binary 101011 1111000 1011101 1000000 0 10110 110101 10011111 101111 100000

Color Harmonies of #2B785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B785D

Black with #2B785D

Text Example


Text Example

White with #2B785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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