Html Css Color HEX #2F767A Atoll

📋 copy color: '#2F767A'

red 47 ◦ green 118 ◦ blue 122

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

Shades of Atoll #2F767A

Tints of Atoll #2F767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.11%

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

R = 16.38%
G = 41.11%
B = 42.51%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F767A (or 0x2F767A) is known color: Atoll. HEX triplet: 2F, 76 and 7A. RGB value is (47,118,122). Sum of RGB (Red+Green+Blue) = 47+118+122=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F767A is #D08985. Grayscale: #616161. Windows color (decimal): -13666694 or 8025647. OLE color: 8025647.

HSL color Cylindrical-coordinate representation of color #2F767A: hue angle of 183.2º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F767A is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 118 122 -
CMYK 0.61 0.03 0 0.52
HSL 183.2º 0.44% 0.33% -
HSV(B) 183.2º 0.61% 0.48% -
XYZ 11.16 14.97 20.71 -
YUV 97.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 47 118 122 0.61 0.03 0 0.52 183.2 0.44 0.33
Hex 2F 76 7A 3D 3 0 34 B7 2C 21
Octal 57 166 172 75 3 0 64 267 54 41
Binary 101111 1110110 1111010 111101 11 0 110100 10110111 101100 100001

Color Harmonies of #2F767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F767A

Black with #2F767A

Text Example


Text Example

White with #2F767A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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