Html Css Color HEX #308A5E Sea Green

📋 copy color: '#308A5E'

red 48 ◦ green 138 ◦ blue 94

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

Shades of Sea Green #308A5E

Tints of Sea Green #308A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.29%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 17.14%
G = 49.29%
B = 33.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#308A5E (or 0x308A5E) is known color: Sea Green. HEX triplet: 30, 8A and 5E. RGB value is (48,138,94). Sum of RGB (Red+Green+Blue) = 48+138+94=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #308A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308A5E is #CF75A1. Grayscale: #6A6A6A. Windows color (decimal): -13596066 or 6195760. OLE color: 6195760.

HSL color Cylindrical-coordinate representation of color #308A5E: hue angle of 150.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308A5E is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 138 94 -
CMYK 0.65 0 0.32 0.46
HSL 150.67º 0.48% 0.36% -
HSV(B) 150.67º 0.65% 0.54% -
XYZ 12.33 19.61 13.73 -
YUV 106.07 121.18 86.58 -
System Red Green Blue C M Y K H S L
Decimal 48 138 94 0.65 0 0.32 0.46 150.67 0.48 0.36
Hex 30 8A 5E 41 0 20 2E 97 30 24
Octal 60 212 136 101 0 40 56 227 60 44
Binary 110000 10001010 1011110 1000001 0 100000 101110 10010111 110000 100100

Color Harmonies of #308A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308A5E

Black with #308A5E

Text Example


Text Example

White with #308A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308A5E; }

 p { color: rgb(48,138,94); }

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

background-color css

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

 a { background-color: rgb(48,138,94); }

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

border-color css

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

 span { border-color: rgb(48,138,94); }

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