Html Css Color HEX #2B856C Genoa

📋 copy color: '#2B856C'

red 43 ◦ green 133 ◦ blue 108

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

Shades of Genoa #2B856C

Tints of Genoa #2B856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.83%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 15.14%
G = 46.83%
B = 38.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#2B856C (or 0x2B856C) is known color: Genoa. HEX triplet: 2B, 85 and 6C. RGB value is (43,133,108). Sum of RGB (Red+Green+Blue) = 43+133+108=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #2B856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B856C is #D47A93. Grayscale: #676767. Windows color (decimal): -13925012 or 7111979. OLE color: 7111979.

HSL color Cylindrical-coordinate representation of color #2B856C: hue angle of 163.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B856C is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 133 108 -
CMYK 0.68 0 0.19 0.48
HSL 163.33º 0.51% 0.35% -
HSV(B) 163.33º 0.68% 0.52% -
XYZ 12.09 18.37 17.1 -
YUV 103.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 43 133 108 0.68 0 0.19 0.48 163.33 0.51 0.35
Hex 2B 85 6C 44 0 13 30 A3 33 23
Octal 53 205 154 104 0 23 60 243 63 43
Binary 101011 10000101 1101100 1000100 0 10011 110000 10100011 110011 100011

Color Harmonies of #2B856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B856C

Black with #2B856C

Text Example


Text Example

White with #2B856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,133,108); }

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

background-color css

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

 a { background-color: rgb(43,133,108); }

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

border-color css

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

 span { border-color: rgb(43,133,108); }

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