Html Css Color HEX #2E7272 Atoll

📋 copy color: '#2E7272'

red 46 ◦ green 114 ◦ blue 114

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

Shades of Atoll #2E7272

Tints of Atoll #2E7272

RGB

 RED value IS 46 (18.36% from 255) = 16.79%

 GREEN value IS 114 (44.92% from 255) = 41.61%

 BLUE value IS 114 (44.92% from 255) = 41.61%

R = 16.79%
G = 41.61%
B = 41.61%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E7272 (or 0x2E7272) is known color: Atoll. HEX triplet: 2E, 72 and 72. RGB value is (46,114,114). Sum of RGB (Red+Green+Blue) = 46+114+114=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #2E7272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7272 is #D18D8D. Grayscale: #5D5D5D. Windows color (decimal): -13733262 or 7500334. OLE color: 7500334.

HSL color Cylindrical-coordinate representation of color #2E7272: hue angle of 180º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7272 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 114 114 -
CMYK 0.60 0 0 0.55
HSL 180º 0.43% 0.31% -
HSV(B) 180º 0.6% 0.45% -
XYZ 10.18 13.83 18.05 -
YUV 93.67 139.47 94 -
System Red Green Blue C M Y K H S L
Decimal 46 114 114 0.60 0 0 0.55 180 0.43 0.31
Hex 2E 72 72 3C 0 0 37 B4 2A 1F
Octal 56 162 162 74 0 0 67 264 52 37
Binary 101110 1110010 1110010 111100 0 0 110111 10110100 101010 11111

Color Harmonies of #2E7272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7272

Black with #2E7272

Text Example


Text Example

White with #2E7272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,114,114); }

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

background-color css

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

 a { background-color: rgb(46,114,114); }

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

border-color css

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

 span { border-color: rgb(46,114,114); }

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