Html Css Color HEX #309255 Sea Green

📋 copy color: '#309255'

red 48 ◦ green 146 ◦ blue 85

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

Shades of Sea Green #309255

Tints of Sea Green #309255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.33%

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 17.2%
G = 52.33%
B = 30.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#309255 (or 0x309255) is known color: Sea Green. HEX triplet: 30, 92 and 55. RGB value is (48,146,85). Sum of RGB (Red+Green+Blue) = 48+146+85=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #309255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309255 is #CF6DAA. Grayscale: #6D6D6D. Windows color (decimal): -13594027 or 5607984. OLE color: 5607984.

HSL color Cylindrical-coordinate representation of color #309255: hue angle of 142.65º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309255 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 85 -
CMYK 0.67 0 0.42 0.43
HSL 142.65º 0.51% 0.38% -
HSV(B) 142.65º 0.67% 0.57% -
XYZ 13.14 21.84 12.12 -
YUV 109.74 114.03 83.96 -
System Red Green Blue C M Y K H S L
Decimal 48 146 85 0.67 0 0.42 0.43 142.65 0.51 0.38
Hex 30 92 55 43 0 2A 2B 8F 33 26
Octal 60 222 125 103 0 52 53 217 63 46
Binary 110000 10010010 1010101 1000011 0 101010 101011 10001111 110011 100110

Color Harmonies of #309255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309255

Black with #309255

Text Example


Text Example

White with #309255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309255; }

 p { color: rgb(48,146,85); }

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

background-color css

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

 a { background-color: rgb(48,146,85); }

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

border-color css

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

 span { border-color: rgb(48,146,85); }

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