Html Css Color HEX #2F525F Arapawa

📋 copy color: '#2F525F'

red 47 ◦ green 82 ◦ blue 95

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

Shades of Arapawa #2F525F

Tints of Arapawa #2F525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 20.98%
G = 36.61%
B = 42.41%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2F525F (or 0x2F525F) is known color: Arapawa. HEX triplet: 2F, 52 and 5F. RGB value is (47,82,95). Sum of RGB (Red+Green+Blue) = 47+82+95=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F525F is #D0ADA0. Grayscale: #484848. Windows color (decimal): -13675937 or 6246959. OLE color: 6246959.

HSL color Cylindrical-coordinate representation of color #2F525F: hue angle of 196.25º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F525F is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 82 95 -
CMYK 0.51 0.14 0 0.63
HSL 196.25º 0.34% 0.28% -
HSV(B) 196.25º 0.51% 0.37% -
XYZ 6.26 7.47 11.94 -
YUV 73.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 47 82 95 0.51 0.14 0 0.63 196.25 0.34 0.28
Hex 2F 52 5F 33 E 0 3F C4 22 1C
Octal 57 122 137 63 16 0 77 304 42 34
Binary 101111 1010010 1011111 110011 1110 0 111111 11000100 100010 11100

Color Harmonies of #2F525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F525F

Black with #2F525F

Text Example


Text Example

White with #2F525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,82,95); }

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

background-color css

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

 a { background-color: rgb(47,82,95); }

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

border-color css

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

 span { border-color: rgb(47,82,95); }

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