Html Css Color HEX #2F6A70 Atoll

📋 copy color: '#2F6A70'

red 47 ◦ green 106 ◦ blue 112

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

Shades of Atoll #2F6A70

Tints of Atoll #2F6A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40%

 BLUE value IS 112 (44.14% from 255) = 42.26%

R = 17.74%
G = 40%
B = 42.26%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F6A70 (or 0x2F6A70) is known color: Atoll. HEX triplet: 2F, 6A and 70. RGB value is (47,106,112). Sum of RGB (Red+Green+Blue) = 47+106+112=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F6A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6A70 is #D0958F. Grayscale: #585858. Windows color (decimal): -13669776 or 7367215. OLE color: 7367215.

HSL color Cylindrical-coordinate representation of color #2F6A70: hue angle of 185.54º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F6A70 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 106 112 -
CMYK 0.58 0.05 0 0.56
HSL 185.54º 0.41% 0.31% -
HSV(B) 185.54º 0.58% 0.44% -
XYZ 9.25 12.08 17.17 -
YUV 89.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 47 106 112 0.58 0.05 0 0.56 185.54 0.41 0.31
Hex 2F 6A 70 3A 5 0 38 BA 29 1F
Octal 57 152 160 72 5 0 70 272 51 37
Binary 101111 1101010 1110000 111010 101 0 111000 10111010 101001 11111

Color Harmonies of #2F6A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6A70

Black with #2F6A70

Text Example


Text Example

White with #2F6A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,106,112); }

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

background-color css

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

 a { background-color: rgb(47,106,112); }

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

border-color css

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

 span { border-color: rgb(47,106,112); }

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