Html Css Color HEX #2B775C Genoa

📋 copy color: '#2B775C'

red 43 ◦ green 119 ◦ blue 92

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

Shades of Genoa #2B775C

Tints of Genoa #2B775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 16.93%
G = 46.85%
B = 36.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#2B775C (or 0x2B775C) is known color: Genoa. HEX triplet: 2B, 77 and 5C. RGB value is (43,119,92). Sum of RGB (Red+Green+Blue) = 43+119+92=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #2B775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B775C is #D488A3. Grayscale: #5D5D5D. Windows color (decimal): -13928612 or 6059819. OLE color: 6059819.

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

Color convert

RGB 43 119 92 -
CMYK 0.64 0 0.23 0.53
HSL 158.68º 0.47% 0.32% -
HSV(B) 158.68º 0.64% 0.47% -
XYZ 9.52 14.48 12.42 -
YUV 93.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 43 119 92 0.64 0 0.23 0.53 158.68 0.47 0.32
Hex 2B 77 5C 40 0 17 35 9F 2F 20
Octal 53 167 134 100 0 27 65 237 57 40
Binary 101011 1110111 1011100 1000000 0 10111 110101 10011111 101111 100000

Color Harmonies of #2B775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B775C

Black with #2B775C

Text Example


Text Example

White with #2B775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,119,92); }

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

background-color css

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

 a { background-color: rgb(43,119,92); }

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

border-color css

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

 span { border-color: rgb(43,119,92); }

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