Html Css Color HEX #308C72 Viridian

📋 copy color: '#308C72'

red 48 ◦ green 140 ◦ blue 114

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

Shades of Viridian #308C72

Tints of Viridian #308C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 15.89%
G = 46.36%
B = 37.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#308C72 (or 0x308C72) is known color: Viridian. HEX triplet: 30, 8C and 72. RGB value is (48,140,114). Sum of RGB (Red+Green+Blue) = 48+140+114=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #308C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C72 is #CF738D. Grayscale: #6D6D6D. Windows color (decimal): -13595534 or 7506992. OLE color: 7506992.

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

Color convert

RGB 48 140 114 -
CMYK 0.66 0 0.19 0.45
HSL 163.04º 0.49% 0.37% -
HSV(B) 163.04º 0.66% 0.55% -
XYZ 13.63 20.6 19.18 -
YUV 109.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 48 140 114 0.66 0 0.19 0.45 163.04 0.49 0.37
Hex 30 8C 72 42 0 13 2D A3 31 25
Octal 60 214 162 102 0 23 55 243 61 45
Binary 110000 10001100 1110010 1000010 0 10011 101101 10100011 110001 100101

Color Harmonies of #308C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C72

Black with #308C72

Text Example


Text Example

White with #308C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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