Html Css Color HEX #2F615A Eden

📋 copy color: '#2F615A'

red 47 ◦ green 97 ◦ blue 90

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

Shades of Eden #2F615A

Tints of Eden #2F615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

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

R = 20.09%
G = 41.45%
B = 38.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#2F615A (or 0x2F615A) is known color: Eden. HEX triplet: 2F, 61 and 5A. RGB value is (47,97,90). Sum of RGB (Red+Green+Blue) = 47+97+90=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #2F615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F615A is #D09EA5. Grayscale: #515151. Windows color (decimal): -13672102 or 5923119. OLE color: 5923119.

HSL color Cylindrical-coordinate representation of color #2F615A: hue angle of 171.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F615A is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 97 90 -
CMYK 0.52 0 0.07 0.62
HSL 171.6º 0.35% 0.28% -
HSV(B) 171.6º 0.52% 0.38% -
XYZ 7.29 9.89 11.2 -
YUV 81.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 47 97 90 0.52 0 0.07 0.62 171.6 0.35 0.28
Hex 2F 61 5A 34 0 7 3E AC 23 1C
Octal 57 141 132 64 0 7 76 254 43 34
Binary 101111 1100001 1011010 110100 0 111 111110 10101100 100011 11100

Color Harmonies of #2F615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F615A

Black with #2F615A

Text Example


Text Example

White with #2F615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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