Html Css Color HEX #30916F Viridian

📋 copy color: '#30916F'

red 48 ◦ green 145 ◦ blue 111

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

Shades of Viridian #30916F

Tints of Viridian #30916F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 15.79%
G = 47.7%
B = 36.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#30916F (or 0x30916F) is known color: Viridian. HEX triplet: 30, 91 and 6F. RGB value is (48,145,111). Sum of RGB (Red+Green+Blue) = 48+145+111=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #30916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30916F is #CF6E90. Grayscale: #707070. Windows color (decimal): -13594257 or 7311664. OLE color: 7311664.

HSL color Cylindrical-coordinate representation of color #30916F: hue angle of 158.97º 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 #30916F is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 111 -
CMYK 0.67 0 0.23 0.43
HSL 158.97º 0.5% 0.38% -
HSV(B) 158.97º 0.67% 0.57% -
XYZ 14.21 22.03 18.54 -
YUV 112.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 48 145 111 0.67 0 0.23 0.43 158.97 0.5 0.38
Hex 30 91 6F 43 0 17 2B 9F 32 26
Octal 60 221 157 103 0 27 53 237 62 46
Binary 110000 10010001 1101111 1000011 0 10111 101011 10011111 110010 100110

Color Harmonies of #30916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30916F

Black with #30916F

Text Example


Text Example

White with #30916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30916F; }

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

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

background-color css

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

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

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

border-color css

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

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

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