Html Css Color HEX #2B856F Genoa

📋 copy color: '#2B856F'

red 43 ◦ green 133 ◦ blue 111

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

Shades of Genoa #2B856F

Tints of Genoa #2B856F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 14.98%
G = 46.34%
B = 38.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#2B856F (or 0x2B856F) is known color: Genoa. HEX triplet: 2B, 85 and 6F. RGB value is (43,133,111). Sum of RGB (Red+Green+Blue) = 43+133+111=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #2B856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B856F is #D47A90. Grayscale: #676767. Windows color (decimal): -13925009 or 7308587. OLE color: 7308587.

HSL color Cylindrical-coordinate representation of color #2B856F: hue angle of 165.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 #2B856F is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 133 111 -
CMYK 0.68 0 0.17 0.48
HSL 165.33º 0.51% 0.35% -
HSV(B) 165.33º 0.68% 0.52% -
XYZ 12.25 18.44 17.95 -
YUV 103.58 132.18 84.79 -
System Red Green Blue C M Y K H S L
Decimal 43 133 111 0.68 0 0.17 0.48 165.33 0.51 0.35
Hex 2B 85 6F 44 0 11 30 A5 33 23
Octal 53 205 157 104 0 21 60 245 63 43
Binary 101011 10000101 1101111 1000100 0 10001 110000 10100101 110011 100011

Color Harmonies of #2B856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B856F

Black with #2B856F

Text Example


Text Example

White with #2B856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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