Html Css Color HEX #2F6355 Eden

📋 copy color: '#2F6355'

red 47 ◦ green 99 ◦ blue 85

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

Shades of Eden #2F6355

Tints of Eden #2F6355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 20.35%
G = 42.86%
B = 36.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#2F6355 (or 0x2F6355) is known color: Eden. HEX triplet: 2F, 63 and 55. RGB value is (47,99,85). Sum of RGB (Red+Green+Blue) = 47+99+85=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6355 is #D09CAA. Grayscale: #515151. Windows color (decimal): -13671595 or 5595951. OLE color: 5595951.

HSL color Cylindrical-coordinate representation of color #2F6355: hue angle of 163.85º 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 #2F6355 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 47 99 85 -
CMYK 0.53 0 0.14 0.61
HSL 163.85º 0.36% 0.29% -
HSV(B) 163.85º 0.53% 0.39% -
XYZ 7.27 10.18 10.18 -
YUV 81.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 47 99 85 0.53 0 0.14 0.61 163.85 0.36 0.29
Hex 2F 63 55 35 0 E 3D A4 24 1D
Octal 57 143 125 65 0 16 75 244 44 35
Binary 101111 1100011 1010101 110101 0 1110 111101 10100100 100100 11101

Color Harmonies of #2F6355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6355

Black with #2F6355

Text Example


Text Example

White with #2F6355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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