Html Css Color HEX #308453 Sea Green

📋 copy color: '#308453'

red 48 ◦ green 132 ◦ blue 83

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

Shades of Sea Green #308453

Tints of Sea Green #308453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.19%

 BLUE value IS 83 (32.81% from 255) = 31.56%

R = 18.25%
G = 50.19%
B = 31.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#308453 (or 0x308453) is known color: Sea Green. HEX triplet: 30, 84 and 53. RGB value is (48,132,83). Sum of RGB (Red+Green+Blue) = 48+132+83=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #308453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308453 is #CF7BAC. Grayscale: #656565. Windows color (decimal): -13597613 or 5473328. OLE color: 5473328.

HSL color Cylindrical-coordinate representation of color #308453: hue angle of 145º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308453 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 83 -
CMYK 0.64 0 0.37 0.48
HSL 145º 0.47% 0.35% -
HSV(B) 145º 0.64% 0.52% -
XYZ 11.03 17.76 11.03 -
YUV 101.3 117.67 89.98 -
System Red Green Blue C M Y K H S L
Decimal 48 132 83 0.64 0 0.37 0.48 145 0.47 0.35
Hex 30 84 53 40 0 25 30 91 2F 23
Octal 60 204 123 100 0 45 60 221 57 43
Binary 110000 10000100 1010011 1000000 0 100101 110000 10010001 101111 100011

Color Harmonies of #308453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308453

Black with #308453

Text Example


Text Example

White with #308453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308453; }

 p { color: rgb(48,132,83); }

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

background-color css

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

 a { background-color: rgb(48,132,83); }

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

border-color css

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

 span { border-color: rgb(48,132,83); }

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