Html Css Color HEX #309270 Viridian

📋 copy color: '#309270'

red 48 ◦ green 146 ◦ blue 112

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

Shades of Viridian #309270

Tints of Viridian #309270

RGB

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

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

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

R = 15.69%
G = 47.71%
B = 36.6%

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

#309270 (or 0x309270) is known color: Viridian. HEX triplet: 30, 92 and 70. RGB value is (48,146,112). Sum of RGB (Red+Green+Blue) = 48+146+112=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #309270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309270 is #CF6D8F. Grayscale: #707070. Windows color (decimal): -13594000 or 7377456. OLE color: 7377456.

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

Color convert

RGB 48 146 112 -
CMYK 0.67 0 0.23 0.43
HSL 159.18º 0.51% 0.38% -
HSV(B) 159.18º 0.67% 0.57% -
XYZ 14.42 22.36 18.88 -
YUV 112.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 48 146 112 0.67 0 0.23 0.43 159.18 0.51 0.38
Hex 30 92 70 43 0 17 2B 9F 33 26
Octal 60 222 160 103 0 27 53 237 63 46
Binary 110000 10010010 1110000 1000011 0 10111 101011 10011111 110011 100110

Color Harmonies of #309270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309270

Black with #309270

Text Example


Text Example

White with #309270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309270; }

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

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

background-color css

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

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

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

border-color css

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

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

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