Html Css Color HEX #2F575F Casal

📋 copy color: '#2F575F'

red 47 ◦ green 87 ◦ blue 95

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

Shades of Casal #2F575F

Tints of Casal #2F575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

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

R = 20.52%
G = 37.99%
B = 41.48%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2F575F (or 0x2F575F) is known color: Casal. HEX triplet: 2F, 57 and 5F. RGB value is (47,87,95). Sum of RGB (Red+Green+Blue) = 47+87+95=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F575F is #D0A8A0. Grayscale: #4B4B4B. Windows color (decimal): -13674657 or 6248239. OLE color: 6248239.

HSL color Cylindrical-coordinate representation of color #2F575F: hue angle of 190º 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 #2F575F is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 87 95 -
CMYK 0.51 0.08 0 0.63
HSL 190º 0.34% 0.28% -
HSV(B) 190º 0.51% 0.37% -
XYZ 6.65 8.25 12.07 -
YUV 75.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 47 87 95 0.51 0.08 0 0.63 190 0.34 0.28
Hex 2F 57 5F 33 8 0 3F BE 22 1C
Octal 57 127 137 63 10 0 77 276 42 34
Binary 101111 1010111 1011111 110011 1000 0 111111 10111110 100010 11100

Color Harmonies of #2F575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F575F

Black with #2F575F

Text Example


Text Example

White with #2F575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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