Html Css Color HEX #30655F Eden

📋 copy color: '#30655F'

red 48 ◦ green 101 ◦ blue 95

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

Shades of Eden #30655F

Tints of Eden #30655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.39%

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

R = 19.67%
G = 41.39%
B = 38.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#30655F (or 0x30655F) is known color: Eden. HEX triplet: 30, 65 and 5F. RGB value is (48,101,95). Sum of RGB (Red+Green+Blue) = 48+101+95=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 101 - color contains mainly: green. Hex color #30655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30655F is #CF9AA0. Grayscale: #545454. Windows color (decimal): -13605537 or 6251824. OLE color: 6251824.

HSL color Cylindrical-coordinate representation of color #30655F: hue angle of 173.21º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30655F is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 95 -
CMYK 0.52 0 0.06 0.60
HSL 173.21º 0.36% 0.29% -
HSV(B) 173.21º 0.52% 0.4% -
XYZ 7.94 10.76 12.49 -
YUV 84.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 48 101 95 0.52 0 0.06 0.60 173.21 0.36 0.29
Hex 30 65 5F 34 0 6 3C AD 24 1D
Octal 60 145 137 64 0 6 74 255 44 35
Binary 110000 1100101 1011111 110100 0 110 111100 10101101 100100 11101

Color Harmonies of #30655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30655F

Black with #30655F

Text Example


Text Example

White with #30655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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