Html Css Color HEX #2F665A Eden

📋 copy color: '#2F665A'

red 47 ◦ green 102 ◦ blue 90

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

Shades of Eden #2F665A

Tints of Eden #2F665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.66%

R = 19.67%
G = 42.68%
B = 37.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#2F665A (or 0x2F665A) is known color: Eden. HEX triplet: 2F, 66 and 5A. RGB value is (47,102,90). Sum of RGB (Red+Green+Blue) = 47+102+90=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #2F665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F665A is #D099A5. Grayscale: #545454. Windows color (decimal): -13670822 or 5924399. OLE color: 5924399.

HSL color Cylindrical-coordinate representation of color #2F665A: hue angle of 166.91º 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 #2F665A is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 47 102 90 -
CMYK 0.54 0 0.12 0.6
HSL 166.91º 0.37% 0.29% -
HSV(B) 166.91º 0.54% 0.4% -
XYZ 7.77 10.85 11.36 -
YUV 84.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 47 102 90 0.54 0 0.12 0.6 166.91 0.37 0.29
Hex 2F 66 5A 36 0 C 3C A7 25 1D
Octal 57 146 132 66 0 14 74 247 45 35
Binary 101111 1100110 1011010 110110 0 1100 111100 10100111 100101 11101

Color Harmonies of #2F665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F665A

Black with #2F665A

Text Example


Text Example

White with #2F665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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