Html Css Color HEX #2D827F Atoll

📋 copy color: '#2D827F'

red 45 ◦ green 130 ◦ blue 127

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

Shades of Atoll #2D827F

Tints of Atoll #2D827F

RGB

 RED value IS 45 (17.97% from 255) = 14.9%

 GREEN value IS 130 (51.17% from 255) = 43.05%

 BLUE value IS 127 (50% from 255) = 42.05%

R = 14.9%
G = 43.05%
B = 42.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#2D827F (or 0x2D827F) is known color: Atoll. HEX triplet: 2D, 82 and 7F. RGB value is (45,130,127). Sum of RGB (Red+Green+Blue) = 45+130+127=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #2D827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D827F is #D27D80. Grayscale: #686868. Windows color (decimal): -13794689 or 8356397. OLE color: 8356397.

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

Color convert

RGB 45 130 127 -
CMYK 0.65 0 0.02 0.49
HSL 177.88º 0.49% 0.34% -
HSV(B) 177.88º 0.65% 0.51% -
XYZ 12.9 18.06 22.88 -
YUV 104.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 45 130 127 0.65 0 0.02 0.49 177.88 0.49 0.34
Hex 2D 82 7F 41 0 2 31 B2 31 22
Octal 55 202 177 101 0 2 61 262 61 42
Binary 101101 10000010 1111111 1000001 0 10 110001 10110010 110001 100010

Color Harmonies of #2D827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D827F

Black with #2D827F

Text Example


Text Example

White with #2D827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,130,127); }

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

background-color css

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

 a { background-color: rgb(45,130,127); }

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

border-color css

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

 span { border-color: rgb(45,130,127); }

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