Html Css Color HEX #308354 Sea Green

📋 copy color: '#308354'

red 48 ◦ green 131 ◦ blue 84

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

Shades of Sea Green #308354

Tints of Sea Green #308354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.94%

R = 18.25%
G = 49.81%
B = 31.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#308354 (or 0x308354) is known color: Sea Green. HEX triplet: 30, 83 and 54. RGB value is (48,131,84). Sum of RGB (Red+Green+Blue) = 48+131+84=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #308354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308354 is #CF7CAB. Grayscale: #646464. Windows color (decimal): -13597868 or 5538608. OLE color: 5538608.

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

Color convert

RGB 48 131 84 -
CMYK 0.63 0 0.36 0.49
HSL 146.02º 0.46% 0.35% -
HSV(B) 146.02º 0.63% 0.51% -
XYZ 10.94 17.5 11.19 -
YUV 100.83 118.5 90.32 -
System Red Green Blue C M Y K H S L
Decimal 48 131 84 0.63 0 0.36 0.49 146.02 0.46 0.35
Hex 30 83 54 3F 0 24 31 92 2E 23
Octal 60 203 124 77 0 44 61 222 56 43
Binary 110000 10000011 1010100 111111 0 100100 110001 10010010 101110 100011

Color Harmonies of #308354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308354

Black with #308354

Text Example


Text Example

White with #308354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308354; }

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

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

background-color css

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

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

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

border-color css

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

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

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