Html Css Color HEX #2F827A Elm

📋 copy color: '#2F827A'

red 47 ◦ green 130 ◦ blue 122

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

Shades of Elm #2F827A

Tints of Elm #2F827A

RGB

 RED value IS 47 (18.75% from 255) = 15.72%

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

 BLUE value IS 122 (48.05% from 255) = 40.8%

R = 15.72%
G = 43.48%
B = 40.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#2F827A (or 0x2F827A) is known color: Elm. HEX triplet: 2F, 82 and 7A. RGB value is (47,130,122). Sum of RGB (Red+Green+Blue) = 47+130+122=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #2F827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F827A is #D07D85. Grayscale: #686868. Windows color (decimal): -13663622 or 8028719. OLE color: 8028719.

HSL color Cylindrical-coordinate representation of color #2F827A: hue angle of 174.22º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F827A is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 130 122 -
CMYK 0.64 0 0.06 0.49
HSL 174.22º 0.47% 0.35% -
HSV(B) 174.22º 0.64% 0.51% -
XYZ 12.67 17.97 21.21 -
YUV 104.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 47 130 122 0.64 0 0.06 0.49 174.22 0.47 0.35
Hex 2F 82 7A 40 0 6 31 AE 2F 23
Octal 57 202 172 100 0 6 61 256 57 43
Binary 101111 10000010 1111010 1000000 0 110 110001 10101110 101111 100011

Color Harmonies of #2F827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F827A

Black with #2F827A

Text Example


Text Example

White with #2F827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,130,122); }

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

background-color css

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

 a { background-color: rgb(47,130,122); }

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

border-color css

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

 span { border-color: rgb(47,130,122); }

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