Html Css Color HEX #308C70 Viridian

📋 copy color: '#308C70'

red 48 ◦ green 140 ◦ blue 112

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

Shades of Viridian #308C70

Tints of Viridian #308C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.67%

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

R = 16%
G = 46.67%
B = 37.33%

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

#308C70 (or 0x308C70) is known color: Viridian. HEX triplet: 30, 8C and 70. RGB value is (48,140,112). Sum of RGB (Red+Green+Blue) = 48+140+112=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #308C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C70 is #CF738F. Grayscale: #6D6D6D. Windows color (decimal): -13595536 or 7375920. OLE color: 7375920.

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

Color convert

RGB 48 140 112 -
CMYK 0.66 0 0.20 0.45
HSL 161.74º 0.49% 0.37% -
HSV(B) 161.74º 0.66% 0.55% -
XYZ 13.52 20.55 18.58 -
YUV 109.3 129.52 84.28 -
System Red Green Blue C M Y K H S L
Decimal 48 140 112 0.66 0 0.20 0.45 161.74 0.49 0.37
Hex 30 8C 70 42 0 14 2D A2 31 25
Octal 60 214 160 102 0 24 55 242 61 45
Binary 110000 10001100 1110000 1000010 0 10100 101101 10100010 110001 100101

Color Harmonies of #308C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C70

Black with #308C70

Text Example


Text Example

White with #308C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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