Html Css Color HEX #309272 Viridian

📋 copy color: '#309272'

red 48 ◦ green 146 ◦ blue 114

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

Shades of Viridian #309272

Tints of Viridian #309272

RGB

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

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

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

R = 15.58%
G = 47.4%
B = 37.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#309272 (or 0x309272) is known color: Viridian. HEX triplet: 30, 92 and 72. RGB value is (48,146,114). Sum of RGB (Red+Green+Blue) = 48+146+114=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #309272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309272 is #CF6D8D. Grayscale: #717171. Windows color (decimal): -13593998 or 7508528. OLE color: 7508528.

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

Color convert

RGB 48 146 114 -
CMYK 0.67 0 0.22 0.43
HSL 160.41º 0.51% 0.38% -
HSV(B) 160.41º 0.67% 0.57% -
XYZ 14.54 22.4 19.48 -
YUV 113.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 48 146 114 0.67 0 0.22 0.43 160.41 0.51 0.38
Hex 30 92 72 43 0 16 2B A0 33 26
Octal 60 222 162 103 0 26 53 240 63 46
Binary 110000 10010010 1110010 1000011 0 10110 101011 10100000 110011 100110

Color Harmonies of #309272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309272

Black with #309272

Text Example


Text Example

White with #309272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309272; }

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

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

background-color css

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

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

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

border-color css

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

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

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