Html Css Color HEX #308D70 Viridian

📋 copy color: '#308D70'

red 48 ◦ green 141 ◦ blue 112

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

Shades of Viridian #308D70

Tints of Viridian #308D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 15.95%
G = 46.84%
B = 37.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#308D70 (or 0x308D70) is known color: Viridian. HEX triplet: 30, 8D and 70. RGB value is (48,141,112). Sum of RGB (Red+Green+Blue) = 48+141+112=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #308D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D70 is #CF728F. Grayscale: #6D6D6D. Windows color (decimal): -13595280 or 7376176. OLE color: 7376176.

HSL color Cylindrical-coordinate representation of color #308D70: hue angle of 161.29º 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 #308D70 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 112 -
CMYK 0.66 0 0.21 0.45
HSL 161.29º 0.49% 0.37% -
HSV(B) 161.29º 0.66% 0.55% -
XYZ 13.67 20.85 18.63 -
YUV 109.89 129.19 83.86 -
System Red Green Blue C M Y K H S L
Decimal 48 141 112 0.66 0 0.21 0.45 161.29 0.49 0.37
Hex 30 8D 70 42 0 15 2D A1 31 25
Octal 60 215 160 102 0 25 55 241 61 45
Binary 110000 10001101 1110000 1000010 0 10101 101101 10100001 110001 100101

Color Harmonies of #308D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D70

Black with #308D70

Text Example


Text Example

White with #308D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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