Html Css Color HEX #30665F Eden

📋 copy color: '#30665F'

red 48 ◦ green 102 ◦ blue 95

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

Shades of Eden #30665F

Tints of Eden #30665F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 19.59%
G = 41.63%
B = 38.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#30665F (or 0x30665F) is known color: Eden. HEX triplet: 30, 66 and 5F. RGB value is (48,102,95). Sum of RGB (Red+Green+Blue) = 48+102+95=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #30665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30665F is #CF99A0. Grayscale: #555555. Windows color (decimal): -13605281 or 6252080. OLE color: 6252080.

HSL color Cylindrical-coordinate representation of color #30665F: hue angle of 172.22º 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 #30665F is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 95 -
CMYK 0.53 0 0.07 0.6
HSL 172.22º 0.36% 0.29% -
HSV(B) 172.22º 0.53% 0.4% -
XYZ 8.04 10.96 12.52 -
YUV 85.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 48 102 95 0.53 0 0.07 0.6 172.22 0.36 0.29
Hex 30 66 5F 35 0 7 3C AC 24 1D
Octal 60 146 137 65 0 7 74 254 44 35
Binary 110000 1100110 1011111 110101 0 111 111100 10101100 100100 11101

Color Harmonies of #30665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30665F

Black with #30665F

Text Example


Text Example

White with #30665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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