Html Css Color HEX #308752 Sea Green

📋 copy color: '#308752'

red 48 ◦ green 135 ◦ blue 82

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

Shades of Sea Green #308752

Tints of Sea Green #308752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.94%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 18.11%
G = 50.94%
B = 30.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#308752 (or 0x308752) is known color: Sea Green. HEX triplet: 30, 87 and 52. RGB value is (48,135,82). Sum of RGB (Red+Green+Blue) = 48+135+82=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #308752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308752 is #CF78AD. Grayscale: #676767. Windows color (decimal): -13596846 or 5408560. OLE color: 5408560.

HSL color Cylindrical-coordinate representation of color #308752: hue angle of 143.45º degrees, saturation: 0.48, 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 #308752 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 82 -
CMYK 0.64 0 0.39 0.47
HSL 143.45º 0.48% 0.36% -
HSV(B) 143.45º 0.64% 0.53% -
XYZ 11.41 18.57 10.96 -
YUV 102.95 116.18 88.81 -
System Red Green Blue C M Y K H S L
Decimal 48 135 82 0.64 0 0.39 0.47 143.45 0.48 0.36
Hex 30 87 52 40 0 27 2F 8F 30 24
Octal 60 207 122 100 0 47 57 217 60 44
Binary 110000 10000111 1010010 1000000 0 100111 101111 10001111 110000 100100

Color Harmonies of #308752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308752

Black with #308752

Text Example


Text Example

White with #308752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308752; }

 p { color: rgb(48,135,82); }

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

background-color css

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

 a { background-color: rgb(48,135,82); }

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

border-color css

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

 span { border-color: rgb(48,135,82); }

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