Html Css Color HEX #30655B Eden

📋 copy color: '#30655B'

red 48 ◦ green 101 ◦ blue 91

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

Shades of Eden #30655B

Tints of Eden #30655B

RGB

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

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

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

R = 20%
G = 42.08%
B = 37.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#30655B (or 0x30655B) is known color: Eden. HEX triplet: 30, 65 and 5B. RGB value is (48,101,91). Sum of RGB (Red+Green+Blue) = 48+101+91=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #30655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30655B is #CF9AA4. Grayscale: #545454. Windows color (decimal): -13605541 or 5989680. OLE color: 5989680.

HSL color Cylindrical-coordinate representation of color #30655B: hue angle of 168.68º 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 #30655B is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 91 -
CMYK 0.52 0 0.10 0.60
HSL 168.68º 0.36% 0.29% -
HSV(B) 168.68º 0.52% 0.4% -
XYZ 7.76 10.69 11.55 -
YUV 84.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 48 101 91 0.52 0 0.10 0.60 168.68 0.36 0.29
Hex 30 65 5B 34 0 A 3C A9 24 1D
Octal 60 145 133 64 0 12 74 251 44 35
Binary 110000 1100101 1011011 110100 0 1010 111100 10101001 100100 11101

Color Harmonies of #30655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30655B

Black with #30655B

Text Example


Text Example

White with #30655B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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