Html Css Color HEX #309273 Viridian

📋 copy color: '#309273'

red 48 ◦ green 146 ◦ blue 115

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

Shades of Viridian #309273

Tints of Viridian #309273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.25%

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 15.53%
G = 47.25%
B = 37.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#309273 (or 0x309273) is known color: Viridian. HEX triplet: 30, 92 and 73. RGB value is (48,146,115). Sum of RGB (Red+Green+Blue) = 48+146+115=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #309273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309273 is #CF6D8C. Grayscale: #717171. Windows color (decimal): -13593997 or 7574064. OLE color: 7574064.

HSL color Cylindrical-coordinate representation of color #309273: hue angle of 161.02º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309273 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 115 -
CMYK 0.67 0 0.21 0.43
HSL 161.02º 0.51% 0.38% -
HSV(B) 161.02º 0.67% 0.57% -
XYZ 14.59 22.42 19.78 -
YUV 113.16 129.03 81.52 -
System Red Green Blue C M Y K H S L
Decimal 48 146 115 0.67 0 0.21 0.43 161.02 0.51 0.38
Hex 30 92 73 43 0 15 2B A1 33 26
Octal 60 222 163 103 0 25 53 241 63 46
Binary 110000 10010010 1110011 1000011 0 10101 101011 10100001 110011 100110

Color Harmonies of #309273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309273

Black with #309273

Text Example


Text Example

White with #309273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309273; }

 p { color: rgb(48,146,115); }

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

background-color css

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

 a { background-color: rgb(48,146,115); }

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

border-color css

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

 span { border-color: rgb(48,146,115); }

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