Html Css Color HEX #308D71 Viridian

📋 copy color: '#308D71'

red 48 ◦ green 141 ◦ blue 113

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

Shades of Viridian #308D71

Tints of Viridian #308D71

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.69%

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 15.89%
G = 46.69%
B = 37.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#308D71 (or 0x308D71) is known color: Viridian. HEX triplet: 30, 8D and 71. RGB value is (48,141,113). Sum of RGB (Red+Green+Blue) = 48+141+113=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #308D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D71 is #CF728E. Grayscale: #6E6E6E. Windows color (decimal): -13595279 or 7441712. OLE color: 7441712.

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

Color convert

RGB 48 141 113 -
CMYK 0.66 0 0.20 0.45
HSL 161.94º 0.49% 0.37% -
HSV(B) 161.94º 0.66% 0.55% -
XYZ 13.72 20.87 18.93 -
YUV 110 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 48 141 113 0.66 0 0.20 0.45 161.94 0.49 0.37
Hex 30 8D 71 42 0 14 2D A2 31 25
Octal 60 215 161 102 0 24 55 242 61 45
Binary 110000 10001101 1110001 1000010 0 10100 101101 10100010 110001 100101

Color Harmonies of #308D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D71

Black with #308D71

Text Example


Text Example

White with #308D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,141,113); }

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

background-color css

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

 a { background-color: rgb(48,141,113); }

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

border-color css

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

 span { border-color: rgb(48,141,113); }

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