Html Css Color HEX #2F6664 Eden

📋 copy color: '#2F6664'

red 47 ◦ green 102 ◦ blue 100

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

Shades of Eden #2F6664

Tints of Eden #2F6664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.96%

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 18.88%
G = 40.96%
B = 40.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

#2F6664 (or 0x2F6664) is known color: Eden. HEX triplet: 2F, 66 and 64. RGB value is (47,102,100). Sum of RGB (Red+Green+Blue) = 47+102+100=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #2F6664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6664 is #D0999B. Grayscale: #555555. Windows color (decimal): -13670812 or 6579759. OLE color: 6579759.

HSL color Cylindrical-coordinate representation of color #2F6664: hue angle of 177.82º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6664 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB 47 102 100 -
CMYK 0.54 0 0.02 0.6
HSL 177.82º 0.37% 0.29% -
HSV(B) 177.82º 0.54% 0.4% -
XYZ 8.22 11.03 13.75 -
YUV 85.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 47 102 100 0.54 0 0.02 0.6 177.82 0.37 0.29
Hex 2F 66 64 36 0 2 3C B2 25 1D
Octal 57 146 144 66 0 2 74 262 45 35
Binary 101111 1100110 1100100 110110 0 10 111100 10110010 100101 11101

Color Harmonies of #2F6664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6664

Black with #2F6664

Text Example


Text Example

White with #2F6664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,102,100); }

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

background-color css

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

 a { background-color: rgb(47,102,100); }

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

border-color css

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

 span { border-color: rgb(47,102,100); }

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