Html Css Color HEX #308A48 Sea Green

📋 copy color: '#308A48'

red 48 ◦ green 138 ◦ blue 72

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

Shades of Sea Green #308A48

Tints of Sea Green #308A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 18.6%
G = 53.49%
B = 27.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#308A48 (or 0x308A48) is known color: Sea Green. HEX triplet: 30, 8A and 48. RGB value is (48,138,72). Sum of RGB (Red+Green+Blue) = 48+138+72=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #308A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A48 is #CF75B7. Grayscale: #676767. Windows color (decimal): -13596088 or 4753968. OLE color: 4753968.

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

Color convert

RGB 48 138 72 -
CMYK 0.65 0 0.48 0.46
HSL 136º 0.48% 0.36% -
HSV(B) 136º 0.65% 0.54% -
XYZ 11.48 19.27 9.25 -
YUV 103.57 110.18 88.37 -
System Red Green Blue C M Y K H S L
Decimal 48 138 72 0.65 0 0.48 0.46 136 0.48 0.36
Hex 30 8A 48 41 0 30 2E 88 30 24
Octal 60 212 110 101 0 60 56 210 60 44
Binary 110000 10001010 1001000 1000001 0 110000 101110 10001000 110000 100100

Color Harmonies of #308A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308A48

Black with #308A48

Text Example


Text Example

White with #308A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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