Html Css Color HEX #308A4A Sea Green

📋 copy color: '#308A4A'

red 48 ◦ green 138 ◦ blue 74

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

Shades of Sea Green #308A4A

Tints of Sea Green #308A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 18.46%
G = 53.08%
B = 28.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#308A4A (or 0x308A4A) is known color: Sea Green. HEX triplet: 30, 8A and 4A. RGB value is (48,138,74). Sum of RGB (Red+Green+Blue) = 48+138+74=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #308A4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A4A is #CF75B5. Grayscale: #676767. Windows color (decimal): -13596086 or 4885040. OLE color: 4885040.

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

Color convert

RGB 48 138 74 -
CMYK 0.65 0 0.46 0.46
HSL 137.33º 0.48% 0.36% -
HSV(B) 137.33º 0.65% 0.54% -
XYZ 11.54 19.3 9.6 -
YUV 103.79 111.18 88.2 -
System Red Green Blue C M Y K H S L
Decimal 48 138 74 0.65 0 0.46 0.46 137.33 0.48 0.36
Hex 30 8A 4A 41 0 2E 2E 89 30 24
Octal 60 212 112 101 0 56 56 211 60 44
Binary 110000 10001010 1001010 1000001 0 101110 101110 10001001 110000 100100

Color Harmonies of #308A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308A4A

Black with #308A4A

Text Example


Text Example

White with #308A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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