Html Css Color HEX #30695B Eden

📋 copy color: '#30695B'

red 48 ◦ green 105 ◦ blue 91

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

Shades of Eden #30695B

Tints of Eden #30695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.03%

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

R = 19.67%
G = 43.03%
B = 37.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#30695B (or 0x30695B) is known color: Eden. HEX triplet: 30, 69 and 5B. RGB value is (48,105,91). Sum of RGB (Red+Green+Blue) = 48+105+91=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #30695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30695B is #CF96A4. Grayscale: #565656. Windows color (decimal): -13604517 or 5990704. OLE color: 5990704.

HSL color Cylindrical-coordinate representation of color #30695B: hue angle of 165.26º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30695B is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 105 91 -
CMYK 0.54 0 0.13 0.59
HSL 165.26º 0.37% 0.3% -
HSV(B) 165.26º 0.54% 0.41% -
XYZ 8.16 11.49 11.68 -
YUV 86.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 48 105 91 0.54 0 0.13 0.59 165.26 0.37 0.3
Hex 30 69 5B 36 0 D 3B A5 25 1E
Octal 60 151 133 66 0 15 73 245 45 36
Binary 110000 1101001 1011011 110110 0 1101 111011 10100101 100101 11110

Color Harmonies of #30695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30695B

Black with #30695B

Text Example


Text Example

White with #30695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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