Html Css Color HEX #308262 Sea Green

📋 copy color: '#308262'

red 48 ◦ green 130 ◦ blue 98

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

Shades of Sea Green #308262

Tints of Sea Green #308262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 17.39%
G = 47.1%
B = 35.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#308262 (or 0x308262) is known color: Sea Green. HEX triplet: 30, 82 and 62. RGB value is (48,130,98). Sum of RGB (Red+Green+Blue) = 48+130+98=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #308262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308262 is #CF7D9D. Grayscale: #656565. Windows color (decimal): -13598110 or 6455856. OLE color: 6455856.

HSL color Cylindrical-coordinate representation of color #308262: hue angle of 156.59º 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 #308262 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 98 -
CMYK 0.63 0 0.25 0.49
HSL 156.59º 0.46% 0.35% -
HSV(B) 156.59º 0.63% 0.51% -
XYZ 11.41 17.48 14.33 -
YUV 101.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 48 130 98 0.63 0 0.25 0.49 156.59 0.46 0.35
Hex 30 82 62 3F 0 19 31 9D 2E 23
Octal 60 202 142 77 0 31 61 235 56 43
Binary 110000 10000010 1100010 111111 0 11001 110001 10011101 101110 100011

Color Harmonies of #308262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308262

Black with #308262

Text Example


Text Example

White with #308262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308262; }

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

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

background-color css

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

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

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

border-color css

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

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

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