Html Css Color HEX #2F5E5A Eden

📋 copy color: '#2F5E5A'

red 47 ◦ green 94 ◦ blue 90

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

Shades of Eden #2F5E5A

Tints of Eden #2F5E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.69%

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

R = 20.35%
G = 40.69%
B = 38.96%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#2F5E5A (or 0x2F5E5A) is known color: Eden. HEX triplet: 2F, 5E and 5A. RGB value is (47,94,90). Sum of RGB (Red+Green+Blue) = 47+94+90=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 94 - color contains mainly: green. Hex color #2F5E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5E5A is #D0A1A5. Grayscale: #4F4F4F. Windows color (decimal): -13672870 or 5922351. OLE color: 5922351.

HSL color Cylindrical-coordinate representation of color #2F5E5A: hue angle of 174.89º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F5E5A is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 94 90 -
CMYK 0.5 0 0.04 0.63
HSL 174.89º 0.33% 0.28% -
HSV(B) 174.89º 0.5% 0.37% -
XYZ 7.02 9.35 11.11 -
YUV 79.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 47 94 90 0.5 0 0.04 0.63 174.89 0.33 0.28
Hex 2F 5E 5A 32 0 4 3F AF 21 1C
Octal 57 136 132 62 0 4 77 257 41 34
Binary 101111 1011110 1011010 110010 0 100 111111 10101111 100001 11100

Color Harmonies of #2F5E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5E5A

Black with #2F5E5A

Text Example


Text Example

White with #2F5E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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