Html Css Color HEX #30675B Eden

📋 copy color: '#30675B'

red 48 ◦ green 103 ◦ blue 91

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

Shades of Eden #30675B

Tints of Eden #30675B

RGB

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

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

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

R = 19.83%
G = 42.56%
B = 37.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#30675B (or 0x30675B) is known color: Eden. HEX triplet: 30, 67 and 5B. RGB value is (48,103,91). Sum of RGB (Red+Green+Blue) = 48+103+91=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #30675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30675B is #CF98A4. Grayscale: #555555. Windows color (decimal): -13605029 or 5990192. OLE color: 5990192.

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

Color convert

RGB 48 103 91 -
CMYK 0.53 0 0.12 0.60
HSL 166.91º 0.36% 0.3% -
HSV(B) 166.91º 0.53% 0.4% -
XYZ 7.96 11.08 11.62 -
YUV 85.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 48 103 91 0.53 0 0.12 0.60 166.91 0.36 0.3
Hex 30 67 5B 35 0 C 3C A7 24 1E
Octal 60 147 133 65 0 14 74 247 44 36
Binary 110000 1100111 1011011 110101 0 1100 111100 10100111 100100 11110

Color Harmonies of #30675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30675B

Black with #30675B

Text Example


Text Example

White with #30675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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