Html Css Color HEX #309271 Viridian

📋 copy color: '#309271'

red 48 ◦ green 146 ◦ blue 113

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

Shades of Viridian #309271

Tints of Viridian #309271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 15.64%
G = 47.56%
B = 36.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#309271 (or 0x309271) is known color: Viridian. HEX triplet: 30, 92 and 71. RGB value is (48,146,113). Sum of RGB (Red+Green+Blue) = 48+146+113=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #309271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309271 is #CF6D8E. Grayscale: #707070. Windows color (decimal): -13593999 or 7442992. OLE color: 7442992.

HSL color Cylindrical-coordinate representation of color #309271: hue angle of 159.8º 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 #309271 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 113 -
CMYK 0.67 0 0.23 0.43
HSL 159.8º 0.51% 0.38% -
HSV(B) 159.8º 0.67% 0.57% -
XYZ 14.48 22.38 19.18 -
YUV 112.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 48 146 113 0.67 0 0.23 0.43 159.8 0.51 0.38
Hex 30 92 71 43 0 17 2B A0 33 26
Octal 60 222 161 103 0 27 53 240 63 46
Binary 110000 10010010 1110001 1000011 0 10111 101011 10100000 110011 100110

Color Harmonies of #309271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309271

Black with #309271

Text Example


Text Example

White with #309271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309271; }

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

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

background-color css

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

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

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

border-color css

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

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

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