Html Css Color HEX #2F827B Elm

📋 copy color: '#2F827B'

red 47 ◦ green 130 ◦ blue 123

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

Shades of Elm #2F827B

Tints of Elm #2F827B

RGB

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

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

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

R = 15.67%
G = 43.33%
B = 41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#2F827B (or 0x2F827B) is known color: Elm. HEX triplet: 2F, 82 and 7B. RGB value is (47,130,123). Sum of RGB (Red+Green+Blue) = 47+130+123=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #2F827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F827B is #D07D84. Grayscale: #686868. Windows color (decimal): -13663621 or 8094255. OLE color: 8094255.

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

Color convert

RGB 47 130 123 -
CMYK 0.64 0 0.05 0.49
HSL 174.94º 0.47% 0.35% -
HSV(B) 174.94º 0.64% 0.51% -
XYZ 12.73 18 21.54 -
YUV 104.39 138.5 87.07 -
System Red Green Blue C M Y K H S L
Decimal 47 130 123 0.64 0 0.05 0.49 174.94 0.47 0.35
Hex 2F 82 7B 40 0 5 31 AF 2F 23
Octal 57 202 173 100 0 5 61 257 57 43
Binary 101111 10000010 1111011 1000000 0 101 110001 10101111 101111 100011

Color Harmonies of #2F827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F827B

Black with #2F827B

Text Example


Text Example

White with #2F827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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