Html Css Color HEX #30675A Eden

📋 copy color: '#30675A'

red 48 ◦ green 103 ◦ blue 90

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

Shades of Eden #30675A

Tints of Eden #30675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.74%

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 19.92%
G = 42.74%
B = 37.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#30675A (or 0x30675A) is known color: Eden. HEX triplet: 30, 67 and 5A. RGB value is (48,103,90). Sum of RGB (Red+Green+Blue) = 48+103+90=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #30675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30675A is #CF98A5. Grayscale: #555555. Windows color (decimal): -13605030 or 5924656. OLE color: 5924656.

HSL color Cylindrical-coordinate representation of color #30675A: hue angle of 165.82º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30675A is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 103 90 -
CMYK 0.53 0 0.13 0.60
HSL 165.82º 0.36% 0.3% -
HSV(B) 165.82º 0.53% 0.4% -
XYZ 7.91 11.07 11.39 -
YUV 85.07 130.78 101.56 -
System Red Green Blue C M Y K H S L
Decimal 48 103 90 0.53 0 0.13 0.60 165.82 0.36 0.3
Hex 30 67 5A 35 0 D 3C A6 24 1E
Octal 60 147 132 65 0 15 74 246 44 36
Binary 110000 1100111 1011010 110101 0 1101 111100 10100110 100100 11110

Color Harmonies of #30675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30675A

Black with #30675A

Text Example


Text Example

White with #30675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30675A; }

 p { color: rgb(48,103,90); }

 H1.HeaderClassName
 {
   color: #30675A;
 }
 .AnyTagClassName
 {
   color: #30675A;
 }
</style>

background-color css

<style>
 a { background-color: #30675A; }

 a { background-color: rgb(48,103,90); }

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

border-color css

<style>
 span { border-color: #30675A; }

 span { border-color: rgb(48,103,90); }

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