Html Css Color HEX #30655D Eden

📋 copy color: '#30655D'

red 48 ◦ green 101 ◦ blue 93

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

Shades of Eden #30655D

Tints of Eden #30655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.74%

 BLUE value IS 93 (36.72% from 255) = 38.43%

R = 19.83%
G = 41.74%
B = 38.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#30655D (or 0x30655D) is known color: Eden. HEX triplet: 30, 65 and 5D. RGB value is (48,101,93). Sum of RGB (Red+Green+Blue) = 48+101+93=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #30655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30655D is #CF9AA2. Grayscale: #545454. Windows color (decimal): -13605539 or 6120752. OLE color: 6120752.

HSL color Cylindrical-coordinate representation of color #30655D: hue angle of 170.94º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30655D is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 93 -
CMYK 0.52 0 0.08 0.60
HSL 170.94º 0.36% 0.29% -
HSV(B) 170.94º 0.52% 0.4% -
XYZ 7.85 10.73 12.01 -
YUV 84.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 48 101 93 0.52 0 0.08 0.60 170.94 0.36 0.29
Hex 30 65 5D 34 0 8 3C AB 24 1D
Octal 60 145 135 64 0 10 74 253 44 35
Binary 110000 1100101 1011101 110100 0 1000 111100 10101011 100100 11101

Color Harmonies of #30655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30655D

Black with #30655D

Text Example


Text Example

White with #30655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30655D; }

 p { color: rgb(48,101,93); }

 H1.HeaderClassName
 {
   color: #30655D;
 }
 .AnyTagClassName
 {
   color: #30655D;
 }
</style>

background-color css

<style>
 a { background-color: #30655D; }

 a { background-color: rgb(48,101,93); }

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

border-color css

<style>
 span { border-color: #30655D; }

 span { border-color: rgb(48,101,93); }

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