Html Css Color HEX #30925A Sea Green

📋 copy color: '#30925A'

red 48 ◦ green 146 ◦ blue 90

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

Shades of Sea Green #30925A

Tints of Sea Green #30925A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 16.9%
G = 51.41%
B = 31.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#30925A (or 0x30925A) is known color: Sea Green. HEX triplet: 30, 92 and 5A. RGB value is (48,146,90). Sum of RGB (Red+Green+Blue) = 48+146+90=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #30925A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30925A is #CF6DA5. Grayscale: #6E6E6E. Windows color (decimal): -13594022 or 5935664. OLE color: 5935664.

HSL color Cylindrical-coordinate representation of color #30925A: hue angle of 145.71º 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 #30925A is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 90 -
CMYK 0.67 0 0.38 0.43
HSL 145.71º 0.51% 0.38% -
HSV(B) 145.71º 0.67% 0.57% -
XYZ 13.34 21.92 13.2 -
YUV 110.31 116.53 83.55 -
System Red Green Blue C M Y K H S L
Decimal 48 146 90 0.67 0 0.38 0.43 145.71 0.51 0.38
Hex 30 92 5A 43 0 26 2B 92 33 26
Octal 60 222 132 103 0 46 53 222 63 46
Binary 110000 10010010 1011010 1000011 0 100110 101011 10010010 110011 100110

Color Harmonies of #30925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30925A

Black with #30925A

Text Example


Text Example

White with #30925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30925A; }

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

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

background-color css

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

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

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

border-color css

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

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

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