Html Css Color HEX #30865B Sea Green

📋 copy color: '#30865B'

red 48 ◦ green 134 ◦ blue 91

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

Shades of Sea Green #30865B

Tints of Sea Green #30865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.08%

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 17.58%
G = 49.08%
B = 33.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#30865B (or 0x30865B) is known color: Sea Green. HEX triplet: 30, 86 and 5B. RGB value is (48,134,91). Sum of RGB (Red+Green+Blue) = 48+134+91=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #30865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30865B is #CF79A4. Grayscale: #676767. Windows color (decimal): -13597093 or 5998128. OLE color: 5998128.

HSL color Cylindrical-coordinate representation of color #30865B: hue angle of 150º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30865B is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 91 -
CMYK 0.64 0 0.32 0.47
HSL 150º 0.47% 0.36% -
HSV(B) 150º 0.64% 0.53% -
XYZ 11.63 18.43 12.84 -
YUV 103.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 48 134 91 0.64 0 0.32 0.47 150 0.47 0.36
Hex 30 86 5B 40 0 20 2F 96 2F 24
Octal 60 206 133 100 0 40 57 226 57 44
Binary 110000 10000110 1011011 1000000 0 100000 101111 10010110 101111 100100

Color Harmonies of #30865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30865B

Black with #30865B

Text Example


Text Example

White with #30865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30865B; }

 p { color: rgb(48,134,91); }

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

background-color css

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

 a { background-color: rgb(48,134,91); }

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

border-color css

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

 span { border-color: rgb(48,134,91); }

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