Html Css Color HEX #308B5C Sea Green

📋 copy color: '#308B5C'

red 48 ◦ green 139 ◦ blue 92

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

Shades of Sea Green #308B5C

Tints of Sea Green #308B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 17.2%
G = 49.82%
B = 32.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#308B5C (or 0x308B5C) is known color: Sea Green. HEX triplet: 30, 8B and 5C. RGB value is (48,139,92). Sum of RGB (Red+Green+Blue) = 48+139+92=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #308B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B5C is #CF74A3. Grayscale: #6A6A6A. Windows color (decimal): -13595812 or 6064944. OLE color: 6064944.

HSL color Cylindrical-coordinate representation of color #308B5C: hue angle of 149.01º 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 #308B5C is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 139 92 -
CMYK 0.65 0 0.34 0.45
HSL 149.01º 0.49% 0.37% -
HSV(B) 149.01º 0.65% 0.55% -
XYZ 12.38 19.87 13.31 -
YUV 106.43 119.85 86.32 -
System Red Green Blue C M Y K H S L
Decimal 48 139 92 0.65 0 0.34 0.45 149.01 0.49 0.37
Hex 30 8B 5C 41 0 22 2D 95 31 25
Octal 60 213 134 101 0 42 55 225 61 45
Binary 110000 10001011 1011100 1000001 0 100010 101101 10010101 110001 100101

Color Harmonies of #308B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B5C

Black with #308B5C

Text Example


Text Example

White with #308B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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