Html Css Color HEX #306A57 Eden

📋 copy color: '#306A57'

red 48 ◦ green 106 ◦ blue 87

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

Shades of Eden #306A57

Tints of Eden #306A57

RGB

 RED value IS 48 (19.14% from 255) = 19.92%

 GREEN value IS 106 (41.8% from 255) = 43.98%

 BLUE value IS 87 (34.38% from 255) = 36.1%

R = 19.92%
G = 43.98%
B = 36.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#306A57 (or 0x306A57) is known color: Eden. HEX triplet: 30, 6A and 57. RGB value is (48,106,87). Sum of RGB (Red+Green+Blue) = 48+106+87=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #306A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A57 is #CF95A8. Grayscale: #565656. Windows color (decimal): -13604265 or 5728816. OLE color: 5728816.

HSL color Cylindrical-coordinate representation of color #306A57: hue angle of 160.34º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306A57 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 106 87 -
CMYK 0.55 0 0.18 0.58
HSL 160.34º 0.38% 0.3% -
HSV(B) 160.34º 0.55% 0.42% -
XYZ 8.09 11.62 10.83 -
YUV 86.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 48 106 87 0.55 0 0.18 0.58 160.34 0.38 0.3
Hex 30 6A 57 37 0 12 3A A0 26 1E
Octal 60 152 127 67 0 22 72 240 46 36
Binary 110000 1101010 1010111 110111 0 10010 111010 10100000 100110 11110

Color Harmonies of #306A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A57

Black with #306A57

Text Example


Text Example

White with #306A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306A57; }

 p { color: rgb(48,106,87); }

 H1.HeaderClassName
 {
   color: #306A57;
 }
 .AnyTagClassName
 {
   color: #306A57;
 }
</style>

background-color css

<style>
 a { background-color: #306A57; }

 a { background-color: rgb(48,106,87); }

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

border-color css

<style>
 span { border-color: #306A57; }

 span { border-color: rgb(48,106,87); }

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