Html Css Color HEX #308B5B Sea Green

📋 copy color: '#308B5B'

red 48 ◦ green 139 ◦ blue 91

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

Shades of Sea Green #308B5B

Tints of Sea Green #308B5B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50%

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 17.27%
G = 50%
B = 32.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#308B5B (or 0x308B5B) is known color: Sea Green. HEX triplet: 30, 8B and 5B. RGB value is (48,139,91). Sum of RGB (Red+Green+Blue) = 48+139+91=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #308B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B5B is #CF74A4. Grayscale: #6A6A6A. Windows color (decimal): -13595813 or 5999408. OLE color: 5999408.

HSL color Cylindrical-coordinate representation of color #308B5B: hue angle of 148.35º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B5B is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 139 91 -
CMYK 0.65 0 0.35 0.45
HSL 148.35º 0.49% 0.37% -
HSV(B) 148.35º 0.65% 0.55% -
XYZ 12.34 19.85 13.08 -
YUV 106.32 119.35 86.4 -
System Red Green Blue C M Y K H S L
Decimal 48 139 91 0.65 0 0.35 0.45 148.35 0.49 0.37
Hex 30 8B 5B 41 0 23 2D 94 31 25
Octal 60 213 133 101 0 43 55 224 61 45
Binary 110000 10001011 1011011 1000001 0 100011 101101 10010100 110001 100101

Color Harmonies of #308B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B5B

Black with #308B5B

Text Example


Text Example

White with #308B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,139,91); }

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

background-color css

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

 a { background-color: rgb(48,139,91); }

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

border-color css

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

 span { border-color: rgb(48,139,91); }

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