Html Css Color HEX #308253 Sea Green

📋 copy color: '#308253'

red 48 ◦ green 130 ◦ blue 83

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

Shades of Sea Green #308253

Tints of Sea Green #308253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.8%

R = 18.39%
G = 49.81%
B = 31.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#308253 (or 0x308253) is known color: Sea Green. HEX triplet: 30, 82 and 53. RGB value is (48,130,83). Sum of RGB (Red+Green+Blue) = 48+130+83=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #308253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308253 is #CF7DAC. Grayscale: #646464. Windows color (decimal): -13598125 or 5472816. OLE color: 5472816.

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

Color convert

RGB 48 130 83 -
CMYK 0.63 0 0.36 0.49
HSL 145.61º 0.46% 0.35% -
HSV(B) 145.61º 0.63% 0.51% -
XYZ 10.76 17.22 10.94 -
YUV 100.12 118.33 90.82 -
System Red Green Blue C M Y K H S L
Decimal 48 130 83 0.63 0 0.36 0.49 145.61 0.46 0.35
Hex 30 82 53 3F 0 24 31 92 2E 23
Octal 60 202 123 77 0 44 61 222 56 43
Binary 110000 10000010 1010011 111111 0 100100 110001 10010010 101110 100011

Color Harmonies of #308253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308253

Black with #308253

Text Example


Text Example

White with #308253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308253; }

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

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

background-color css

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

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

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

border-color css

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

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

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