Html Css Color HEX #2B7376 Atoll

📋 copy color: '#2B7376'

red 43 ◦ green 115 ◦ blue 118

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

Shades of Atoll #2B7376

Tints of Atoll #2B7376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.67%

 BLUE value IS 118 (46.48% from 255) = 42.75%

R = 15.58%
G = 41.67%
B = 42.75%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B7376 (or 0x2B7376) is known color: Atoll. HEX triplet: 2B, 73 and 76. RGB value is (43,115,118). Sum of RGB (Red+Green+Blue) = 43+115+118=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B7376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7376 is #D48C89. Grayscale: #5D5D5D. Windows color (decimal): -13929610 or 7762731. OLE color: 7762731.

HSL color Cylindrical-coordinate representation of color #2B7376: hue angle of 182.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7376 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 115 118 -
CMYK 0.64 0.03 0 0.54
HSL 182.4º 0.47% 0.32% -
HSV(B) 182.4º 0.64% 0.46% -
XYZ 10.4 14.08 19.31 -
YUV 93.81 141.65 91.76 -
System Red Green Blue C M Y K H S L
Decimal 43 115 118 0.64 0.03 0 0.54 182.4 0.47 0.32
Hex 2B 73 76 40 3 0 36 B6 2F 20
Octal 53 163 166 100 3 0 66 266 57 40
Binary 101011 1110011 1110110 1000000 11 0 110110 10110110 101111 100000

Color Harmonies of #2B7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7376

Black with #2B7376

Text Example


Text Example

White with #2B7376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,115,118); }

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

background-color css

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

 a { background-color: rgb(43,115,118); }

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

border-color css

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

 span { border-color: rgb(43,115,118); }

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