Html Css Color HEX #306A5C Eden

📋 copy color: '#306A5C'

red 48 ◦ green 106 ◦ blue 92

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

Shades of Eden #306A5C

Tints of Eden #306A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.4%

R = 19.51%
G = 43.09%
B = 37.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#306A5C (or 0x306A5C) is known color: Eden. HEX triplet: 30, 6A and 5C. RGB value is (48,106,92). Sum of RGB (Red+Green+Blue) = 48+106+92=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #306A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A5C is #CF95A3. Grayscale: #575757. Windows color (decimal): -13604260 or 6056496. OLE color: 6056496.

HSL color Cylindrical-coordinate representation of color #306A5C: hue angle of 165.52º 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 #306A5C is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 106 92 -
CMYK 0.55 0 0.13 0.58
HSL 165.52º 0.38% 0.3% -
HSV(B) 165.52º 0.55% 0.42% -
XYZ 8.3 11.71 11.95 -
YUV 87.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 48 106 92 0.55 0 0.13 0.58 165.52 0.38 0.3
Hex 30 6A 5C 37 0 D 3A A6 26 1E
Octal 60 152 134 67 0 15 72 246 46 36
Binary 110000 1101010 1011100 110111 0 1101 111010 10100110 100110 11110

Color Harmonies of #306A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A5C

Black with #306A5C

Text Example


Text Example

White with #306A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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