Html Css Color HEX #30665E Eden

📋 copy color: '#30665E'

red 48 ◦ green 102 ◦ blue 94

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

Shades of Eden #30665E

Tints of Eden #30665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.8%

 BLUE value IS 94 (37.11% from 255) = 38.52%

R = 19.67%
G = 41.8%
B = 38.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#30665E (or 0x30665E) is known color: Eden. HEX triplet: 30, 66 and 5E. RGB value is (48,102,94). Sum of RGB (Red+Green+Blue) = 48+102+94=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #30665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30665E is #CF99A1. Grayscale: #545454. Windows color (decimal): -13605282 or 6186544. OLE color: 6186544.

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

Color convert

RGB 48 102 94 -
CMYK 0.53 0 0.08 0.6
HSL 171.11º 0.36% 0.29% -
HSV(B) 171.11º 0.53% 0.4% -
XYZ 7.99 10.94 12.28 -
YUV 84.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 48 102 94 0.53 0 0.08 0.6 171.11 0.36 0.29
Hex 30 66 5E 35 0 8 3C AB 24 1D
Octal 60 146 136 65 0 10 74 253 44 35
Binary 110000 1100110 1011110 110101 0 1000 111100 10101011 100100 11101

Color Harmonies of #30665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30665E

Black with #30665E

Text Example


Text Example

White with #30665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30665E; }

 p { color: rgb(48,102,94); }

 H1.HeaderClassName
 {
   color: #30665E;
 }
 .AnyTagClassName
 {
   color: #30665E;
 }
</style>

background-color css

<style>
 a { background-color: #30665E; }

 a { background-color: rgb(48,102,94); }

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

border-color css

<style>
 span { border-color: #30665E; }

 span { border-color: rgb(48,102,94); }

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