Html Css Color HEX #2F6C5A Eden

📋 copy color: '#2F6C5A'

red 47 ◦ green 108 ◦ blue 90

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

Shades of Eden #2F6C5A

Tints of Eden #2F6C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.08%

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

R = 19.18%
G = 44.08%
B = 36.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#2F6C5A (or 0x2F6C5A) is known color: Eden. HEX triplet: 2F, 6C and 5A. RGB value is (47,108,90). Sum of RGB (Red+Green+Blue) = 47+108+90=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 108 - color contains mainly: green. Hex color #2F6C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6C5A is #D093A5. Grayscale: #575757. Windows color (decimal): -13669286 or 5925935. OLE color: 5925935.

HSL color Cylindrical-coordinate representation of color #2F6C5A: hue angle of 162.3º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F6C5A is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 108 90 -
CMYK 0.56 0 0.17 0.58
HSL 162.3º 0.39% 0.3% -
HSV(B) 162.3º 0.56% 0.42% -
XYZ 8.38 12.07 11.56 -
YUV 87.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 47 108 90 0.56 0 0.17 0.58 162.3 0.39 0.3
Hex 2F 6C 5A 38 0 11 3A A2 27 1E
Octal 57 154 132 70 0 21 72 242 47 36
Binary 101111 1101100 1011010 111000 0 10001 111010 10100010 100111 11110

Color Harmonies of #2F6C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6C5A

Black with #2F6C5A

Text Example


Text Example

White with #2F6C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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