Html Css Color HEX #308360 Sea Green

📋 copy color: '#308360'

red 48 ◦ green 131 ◦ blue 96

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

Shades of Sea Green #308360

Tints of Sea Green #308360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.91%

R = 17.45%
G = 47.64%
B = 34.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#308360 (or 0x308360) is known color: Sea Green. HEX triplet: 30, 83 and 60. RGB value is (48,131,96). Sum of RGB (Red+Green+Blue) = 48+131+96=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #308360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308360 is #CF7C9F. Grayscale: #666666. Windows color (decimal): -13597856 or 6325040. OLE color: 6325040.

HSL color Cylindrical-coordinate representation of color #308360: hue angle of 154.7º 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 #308360 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 96 -
CMYK 0.63 0 0.27 0.49
HSL 154.7º 0.46% 0.35% -
HSV(B) 154.7º 0.63% 0.51% -
XYZ 11.45 17.71 13.88 -
YUV 102.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 48 131 96 0.63 0 0.27 0.49 154.7 0.46 0.35
Hex 30 83 60 3F 0 1B 31 9B 2E 23
Octal 60 203 140 77 0 33 61 233 56 43
Binary 110000 10000011 1100000 111111 0 11011 110001 10011011 101110 100011

Color Harmonies of #308360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308360

Black with #308360

Text Example


Text Example

White with #308360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308360; }

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

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

background-color css

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

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

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

border-color css

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

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

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