#2F6360

Color #2F6360 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #2F6360

Tints of Eden #2F6360

Color information

#2F6360 (or 0x2F6360) is unknown color: approx Eden. HEX triplet: 2F, 63 and 60. RGB value is (47,99,96). Sum of RGB (Red+Green+Blue) = 47+99+96=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6360 is #D09C9F. Grayscale: #535353. Windows color (decimal): -13671584 or 6316847. OLE color: 6316847.

HSL color Cylindrical-coordinate representation of color #2F6360: hue angle of 176.54º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F6360 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB479996-
CMYK0.5300.030.61
HSL176.54º35.62%28.63%-
HSV(B)176.54º52.53%38.82%-
XYZ7.7510.3712.66-
YUV83.11135.27102.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=19.42%
G=40.91%
B=39.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4799960.5300.030.61176.5435.6228.63
Hex2F636035033Db1241d
Octal571431406503752614435
Binary101111110001111000001101010111111011011000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,99,96); }

 H1.HeaderClassName
 {
   color: #2F6360;
 }
 .AnyTagClassName
 {
   color: #2F6360;
 }
</style>
background-color css

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

 a { background-color: rgb(47,99,96); }

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

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

 span { border-color: rgb(47,99,96); }

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