Html Css Color HEX #308256 Sea Green

📋 copy color: '#308256'

red 48 ◦ green 130 ◦ blue 86

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

Shades of Sea Green #308256

Tints of Sea Green #308256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.58%

R = 18.18%
G = 49.24%
B = 32.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#308256 (or 0x308256) is known color: Sea Green. HEX triplet: 30, 82 and 56. RGB value is (48,130,86). Sum of RGB (Red+Green+Blue) = 48+130+86=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #308256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308256 is #CF7DA9. Grayscale: #646464. Windows color (decimal): -13598122 or 5669424. OLE color: 5669424.

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

Color convert

RGB 48 130 86 -
CMYK 0.63 0 0.34 0.49
HSL 147.8º 0.46% 0.35% -
HSV(B) 147.8º 0.63% 0.51% -
XYZ 10.88 17.27 11.56 -
YUV 100.47 119.83 90.58 -
System Red Green Blue C M Y K H S L
Decimal 48 130 86 0.63 0 0.34 0.49 147.8 0.46 0.35
Hex 30 82 56 3F 0 22 31 94 2E 23
Octal 60 202 126 77 0 42 61 224 56 43
Binary 110000 10000010 1010110 111111 0 100010 110001 10010100 101110 100011

Color Harmonies of #308256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308256

Black with #308256

Text Example


Text Example

White with #308256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308256; }

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

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

background-color css

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

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

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

border-color css

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

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

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