Html Css Color HEX #308355 Sea Green

📋 copy color: '#308355'

red 48 ◦ green 131 ◦ blue 85

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

Shades of Sea Green #308355

Tints of Sea Green #308355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

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

R = 18.18%
G = 49.62%
B = 32.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#308355 (or 0x308355) is known color: Sea Green. HEX triplet: 30, 83 and 55. RGB value is (48,131,85). Sum of RGB (Red+Green+Blue) = 48+131+85=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #308355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308355 is #CF7CAA. Grayscale: #656565. Windows color (decimal): -13597867 or 5604144. OLE color: 5604144.

HSL color Cylindrical-coordinate representation of color #308355: hue angle of 146.75º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308355 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 85 -
CMYK 0.63 0 0.35 0.49
HSL 146.75º 0.46% 0.35% -
HSV(B) 146.75º 0.63% 0.51% -
XYZ 10.97 17.52 11.4 -
YUV 100.94 119 90.24 -
System Red Green Blue C M Y K H S L
Decimal 48 131 85 0.63 0 0.35 0.49 146.75 0.46 0.35
Hex 30 83 55 3F 0 23 31 93 2E 23
Octal 60 203 125 77 0 43 61 223 56 43
Binary 110000 10000011 1010101 111111 0 100011 110001 10010011 101110 100011

Color Harmonies of #308355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308355

Black with #308355

Text Example


Text Example

White with #308355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308355; }

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

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

background-color css

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

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

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

border-color css

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

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

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