Html Css Color HEX #30917D Gossamer

📋 copy color: '#30917D'

red 48 ◦ green 145 ◦ blue 125

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

Shades of Gossamer #30917D

Tints of Gossamer #30917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.6%

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

R = 15.09%
G = 45.6%
B = 39.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#30917D (or 0x30917D) is known color: Gossamer. HEX triplet: 30, 91 and 7D. RGB value is (48,145,125). Sum of RGB (Red+Green+Blue) = 48+145+125=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #30917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30917D is #CF6E82. Grayscale: #717171. Windows color (decimal): -13594243 or 8229168. OLE color: 8229168.

HSL color Cylindrical-coordinate representation of color #30917D: hue angle of 167.63º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30917D is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 125 -
CMYK 0.67 0 0.14 0.43
HSL 167.63º 0.5% 0.38% -
HSV(B) 167.63º 0.67% 0.57% -
XYZ 15.05 22.36 22.92 -
YUV 113.72 134.36 81.13 -
System Red Green Blue C M Y K H S L
Decimal 48 145 125 0.67 0 0.14 0.43 167.63 0.5 0.38
Hex 30 91 7D 43 0 E 2B A8 32 26
Octal 60 221 175 103 0 16 53 250 62 46
Binary 110000 10010001 1111101 1000011 0 1110 101011 10101000 110010 100110

Color Harmonies of #30917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30917D

Black with #30917D

Text Example


Text Example

White with #30917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30917D; }

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

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

background-color css

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

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

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

border-color css

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

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

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