Html Css Color HEX #308E70 Viridian

📋 copy color: '#308E70'

red 48 ◦ green 142 ◦ blue 112

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

Shades of Viridian #308E70

Tints of Viridian #308E70

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.02%

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

R = 15.89%
G = 47.02%
B = 37.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#308E70 (or 0x308E70) is known color: Viridian. HEX triplet: 30, 8E and 70. RGB value is (48,142,112). Sum of RGB (Red+Green+Blue) = 48+142+112=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #308E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E70 is #CF718F. Grayscale: #6E6E6E. Windows color (decimal): -13595024 or 7376432. OLE color: 7376432.

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

Color convert

RGB 48 142 112 -
CMYK 0.66 0 0.21 0.44
HSL 160.85º 0.49% 0.37% -
HSV(B) 160.85º 0.66% 0.56% -
XYZ 13.82 21.14 18.68 -
YUV 110.47 128.86 83.44 -
System Red Green Blue C M Y K H S L
Decimal 48 142 112 0.66 0 0.21 0.44 160.85 0.49 0.37
Hex 30 8E 70 42 0 15 2C A1 31 25
Octal 60 216 160 102 0 25 54 241 61 45
Binary 110000 10001110 1110000 1000010 0 10101 101100 10100001 110001 100101

Color Harmonies of #308E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E70

Black with #308E70

Text Example


Text Example

White with #308E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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