Html Css Color HEX #306555 Eden

📋 copy color: '#306555'

red 48 ◦ green 101 ◦ blue 85

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

Shades of Eden #306555

Tints of Eden #306555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 20.51%
G = 43.16%
B = 36.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#306555 (or 0x306555) is known color: Eden. HEX triplet: 30, 65 and 55. RGB value is (48,101,85). Sum of RGB (Red+Green+Blue) = 48+101+85=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #306555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306555 is #CF9AAA. Grayscale: #535353. Windows color (decimal): -13605547 or 5596464. OLE color: 5596464.

HSL color Cylindrical-coordinate representation of color #306555: hue angle of 161.89º 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 #306555 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 85 -
CMYK 0.52 0 0.16 0.60
HSL 161.89º 0.36% 0.29% -
HSV(B) 161.89º 0.52% 0.4% -
XYZ 7.51 10.59 10.24 -
YUV 83.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 48 101 85 0.52 0 0.16 0.60 161.89 0.36 0.29
Hex 30 65 55 34 0 10 3C A2 24 1D
Octal 60 145 125 64 0 20 74 242 44 35
Binary 110000 1100101 1010101 110100 0 10000 111100 10100010 100100 11101

Color Harmonies of #306555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306555

Black with #306555

Text Example


Text Example

White with #306555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306555; }

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

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

background-color css

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

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

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

border-color css

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

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

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