Html Css Color HEX #308258 Sea Green

📋 copy color: '#308258'

red 48 ◦ green 130 ◦ blue 88

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

Shades of Sea Green #308258

Tints of Sea Green #308258

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

 BLUE value IS 88 (34.77% from 255) = 33.08%

R = 18.05%
G = 48.87%
B = 33.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#308258 (or 0x308258) is known color: Sea Green. HEX triplet: 30, 82 and 58. RGB value is (48,130,88). Sum of RGB (Red+Green+Blue) = 48+130+88=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #308258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308258 is #CF7DA7. Grayscale: #646464. Windows color (decimal): -13598120 or 5800496. OLE color: 5800496.

HSL color Cylindrical-coordinate representation of color #308258: hue angle of 149.27º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308258 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 88 -
CMYK 0.63 0 0.32 0.49
HSL 149.27º 0.46% 0.35% -
HSV(B) 149.27º 0.63% 0.51% -
XYZ 10.96 17.3 11.99 -
YUV 100.69 120.83 90.42 -
System Red Green Blue C M Y K H S L
Decimal 48 130 88 0.63 0 0.32 0.49 149.27 0.46 0.35
Hex 30 82 58 3F 0 20 31 95 2E 23
Octal 60 202 130 77 0 40 61 225 56 43
Binary 110000 10000010 1011000 111111 0 100000 110001 10010101 101110 100011

Color Harmonies of #308258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308258

Black with #308258

Text Example


Text Example

White with #308258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308258; }

 p { color: rgb(48,130,88); }

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

background-color css

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

 a { background-color: rgb(48,130,88); }

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

border-color css

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

 span { border-color: rgb(48,130,88); }

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