Html Css Color HEX #306F5B Eden

📋 copy color: '#306F5B'

red 48 ◦ green 111 ◦ blue 91

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

Shades of Eden #306F5B

Tints of Eden #306F5B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.4%

 BLUE value IS 91 (35.94% from 255) = 36.4%

R = 19.2%
G = 44.4%
B = 36.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#306F5B (or 0x306F5B) is known color: Eden. HEX triplet: 30, 6F and 5B. RGB value is (48,111,91). Sum of RGB (Red+Green+Blue) = 48+111+91=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #306F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F5B is #CF90A4. Grayscale: #595959. Windows color (decimal): -13602981 or 5992240. OLE color: 5992240.

HSL color Cylindrical-coordinate representation of color #306F5B: hue angle of 160.95º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306F5B is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 91 -
CMYK 0.57 0 0.18 0.56
HSL 160.95º 0.4% 0.31% -
HSV(B) 160.95º 0.57% 0.44% -
XYZ 8.79 12.75 11.9 -
YUV 89.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 48 111 91 0.57 0 0.18 0.56 160.95 0.4 0.31
Hex 30 6F 5B 39 0 12 38 A1 28 1F
Octal 60 157 133 71 0 22 70 241 50 37
Binary 110000 1101111 1011011 111001 0 10010 111000 10100001 101000 11111

Color Harmonies of #306F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F5B

Black with #306F5B

Text Example


Text Example

White with #306F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,111,91); }

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

background-color css

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

 a { background-color: rgb(48,111,91); }

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

border-color css

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

 span { border-color: rgb(48,111,91); }

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