Html Css Color HEX #308E7D Gossamer

📋 copy color: '#308E7D'

red 48 ◦ green 142 ◦ blue 125

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

Shades of Gossamer #308E7D

Tints of Gossamer #308E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.08%

 BLUE value IS 125 (49.22% from 255) = 39.68%

R = 15.24%
G = 45.08%
B = 39.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#308E7D (or 0x308E7D) is known color: Gossamer. HEX triplet: 30, 8E and 7D. RGB value is (48,142,125). Sum of RGB (Red+Green+Blue) = 48+142+125=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #308E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E7D is #CF7182. Grayscale: #6F6F6F. Windows color (decimal): -13595011 or 8228400. OLE color: 8228400.

HSL color Cylindrical-coordinate representation of color #308E7D: hue angle of 169.15º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E7D is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 142 125 -
CMYK 0.66 0 0.12 0.44
HSL 169.15º 0.49% 0.37% -
HSV(B) 169.15º 0.66% 0.56% -
XYZ 14.59 21.46 22.77 -
YUV 111.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 48 142 125 0.66 0 0.12 0.44 169.15 0.49 0.37
Hex 30 8E 7D 42 0 C 2C A9 31 25
Octal 60 216 175 102 0 14 54 251 61 45
Binary 110000 10001110 1111101 1000010 0 1100 101100 10101001 110001 100101

Color Harmonies of #308E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E7D

Black with #308E7D

Text Example


Text Example

White with #308E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308E7D; }

 p { color: rgb(48,142,125); }

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

background-color css

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

 a { background-color: rgb(48,142,125); }

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

border-color css

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

 span { border-color: rgb(48,142,125); }

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