Html Css Color HEX #30906F Viridian

📋 copy color: '#30906F'

red 48 ◦ green 144 ◦ blue 111

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

Shades of Viridian #30906F

Tints of Viridian #30906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.52%

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

R = 15.84%
G = 47.52%
B = 36.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#30906F (or 0x30906F) is known color: Viridian. HEX triplet: 30, 90 and 6F. RGB value is (48,144,111). Sum of RGB (Red+Green+Blue) = 48+144+111=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #30906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30906F is #CF6F90. Grayscale: #6F6F6F. Windows color (decimal): -13594513 or 7311408. OLE color: 7311408.

HSL color Cylindrical-coordinate representation of color #30906F: hue angle of 159.38º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30906F is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 111 -
CMYK 0.67 0 0.23 0.44
HSL 159.38º 0.5% 0.38% -
HSV(B) 159.38º 0.67% 0.56% -
XYZ 14.06 21.72 18.49 -
YUV 111.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 48 144 111 0.67 0 0.23 0.44 159.38 0.5 0.38
Hex 30 90 6F 43 0 17 2C 9F 32 26
Octal 60 220 157 103 0 27 54 237 62 46
Binary 110000 10010000 1101111 1000011 0 10111 101100 10011111 110010 100110

Color Harmonies of #30906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30906F

Black with #30906F

Text Example


Text Example

White with #30906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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