Html Css Color HEX #306D5F Eden

📋 copy color: '#306D5F'

red 48 ◦ green 109 ◦ blue 95

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

Shades of Eden #306D5F

Tints of Eden #306D5F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.25%

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 19.05%
G = 43.25%
B = 37.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#306D5F (or 0x306D5F) is known color: Eden. HEX triplet: 30, 6D and 5F. RGB value is (48,109,95). Sum of RGB (Red+Green+Blue) = 48+109+95=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 109 - color contains mainly: green. Hex color #306D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D5F is #CF92A0. Grayscale: #595959. Windows color (decimal): -13603489 or 6253872. OLE color: 6253872.

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

Color convert

RGB 48 109 95 -
CMYK 0.56 0 0.13 0.57
HSL 166.23º 0.39% 0.31% -
HSV(B) 166.23º 0.56% 0.43% -
XYZ 8.75 12.39 12.76 -
YUV 89.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 48 109 95 0.56 0 0.13 0.57 166.23 0.39 0.31
Hex 30 6D 5F 38 0 D 39 A6 27 1F
Octal 60 155 137 70 0 15 71 246 47 37
Binary 110000 1101101 1011111 111000 0 1101 111001 10100110 100111 11111

Color Harmonies of #306D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D5F

Black with #306D5F

Text Example


Text Example

White with #306D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,109,95); }

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

background-color css

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

 a { background-color: rgb(48,109,95); }

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

border-color css

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

 span { border-color: rgb(48,109,95); }

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