Html Css Color HEX #2D827B Elm

📋 copy color: '#2D827B'

red 45 ◦ green 130 ◦ blue 123

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

Shades of Elm #2D827B

Tints of Elm #2D827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 15.1%
G = 43.62%
B = 41.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#2D827B (or 0x2D827B) is known color: Elm. HEX triplet: 2D, 82 and 7B. RGB value is (45,130,123). Sum of RGB (Red+Green+Blue) = 45+130+123=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #2D827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D827B is #D27D84. Grayscale: #676767. Windows color (decimal): -13794693 or 8094253. OLE color: 8094253.

HSL color Cylindrical-coordinate representation of color #2D827B: hue angle of 175.06º 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 #2D827B is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 45 130 123 -
CMYK 0.65 0 0.05 0.49
HSL 175.06º 0.49% 0.34% -
HSV(B) 175.06º 0.65% 0.51% -
XYZ 12.64 17.95 21.54 -
YUV 103.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 45 130 123 0.65 0 0.05 0.49 175.06 0.49 0.34
Hex 2D 82 7B 41 0 5 31 AF 31 22
Octal 55 202 173 101 0 5 61 257 61 42
Binary 101101 10000010 1111011 1000001 0 101 110001 10101111 110001 100010

Color Harmonies of #2D827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D827B

Black with #2D827B

Text Example


Text Example

White with #2D827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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