Html Css Color HEX #2B836B Genoa

📋 copy color: '#2B836B'

red 43 ◦ green 131 ◦ blue 107

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

Shades of Genoa #2B836B

Tints of Genoa #2B836B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.62%

 BLUE value IS 107 (42.19% from 255) = 38.08%

R = 15.3%
G = 46.62%
B = 38.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#2B836B (or 0x2B836B) is known color: Genoa. HEX triplet: 2B, 83 and 6B. RGB value is (43,131,107). Sum of RGB (Red+Green+Blue) = 43+131+107=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #2B836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B836B is #D47C94. Grayscale: #656565. Windows color (decimal): -13925525 or 7045931. OLE color: 7045931.

HSL color Cylindrical-coordinate representation of color #2B836B: hue angle of 163.64º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B836B is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 43 131 107 -
CMYK 0.67 0 0.18 0.49
HSL 163.64º 0.51% 0.34% -
HSV(B) 163.64º 0.67% 0.51% -
XYZ 11.77 17.81 16.73 -
YUV 101.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 43 131 107 0.67 0 0.18 0.49 163.64 0.51 0.34
Hex 2B 83 6B 43 0 12 31 A4 33 22
Octal 53 203 153 103 0 22 61 244 63 42
Binary 101011 10000011 1101011 1000011 0 10010 110001 10100100 110011 100010

Color Harmonies of #2B836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B836B

Black with #2B836B

Text Example


Text Example

White with #2B836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,131,107); }

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

background-color css

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

 a { background-color: rgb(43,131,107); }

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

border-color css

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

 span { border-color: rgb(43,131,107); }

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