Html Css Color HEX #30864B Sea Green

📋 copy color: '#30864B'

red 48 ◦ green 134 ◦ blue 75

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

Shades of Sea Green #30864B

Tints of Sea Green #30864B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.18%

R = 18.68%
G = 52.14%
B = 29.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#30864B (or 0x30864B) is known color: Sea Green. HEX triplet: 30, 86 and 4B. RGB value is (48,134,75). Sum of RGB (Red+Green+Blue) = 48+134+75=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #30864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30864B is #CF79B4. Grayscale: #656565. Windows color (decimal): -13597109 or 4949552. OLE color: 4949552.

HSL color Cylindrical-coordinate representation of color #30864B: hue angle of 138.84º 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 #30864B is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 75 -
CMYK 0.64 0 0.44 0.47
HSL 138.84º 0.47% 0.36% -
HSV(B) 138.84º 0.64% 0.53% -
XYZ 11.01 18.19 9.59 -
YUV 101.56 113.01 89.8 -
System Red Green Blue C M Y K H S L
Decimal 48 134 75 0.64 0 0.44 0.47 138.84 0.47 0.36
Hex 30 86 4B 40 0 2C 2F 8B 2F 24
Octal 60 206 113 100 0 54 57 213 57 44
Binary 110000 10000110 1001011 1000000 0 101100 101111 10001011 101111 100100

Color Harmonies of #30864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30864B

Black with #30864B

Text Example


Text Example

White with #30864B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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