Html Css Color HEX #30886D Viridian

📋 copy color: '#30886D'

red 48 ◦ green 136 ◦ blue 109

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

Shades of Viridian #30886D

Tints of Viridian #30886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 16.38%
G = 46.42%
B = 37.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#30886D (or 0x30886D) is known color: Viridian. HEX triplet: 30, 88 and 6D. RGB value is (48,136,109). Sum of RGB (Red+Green+Blue) = 48+136+109=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #30886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30886D is #CF7792. Grayscale: #6A6A6A. Windows color (decimal): -13596563 or 7178288. OLE color: 7178288.

HSL color Cylindrical-coordinate representation of color #30886D: hue angle of 161.59º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30886D is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 136 109 -
CMYK 0.65 0 0.20 0.47
HSL 161.59º 0.48% 0.36% -
HSV(B) 161.59º 0.65% 0.53% -
XYZ 12.78 19.34 17.53 -
YUV 106.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 48 136 109 0.65 0 0.20 0.47 161.59 0.48 0.36
Hex 30 88 6D 41 0 14 2F A2 30 24
Octal 60 210 155 101 0 24 57 242 60 44
Binary 110000 10001000 1101101 1000001 0 10100 101111 10100010 110000 100100

Color Harmonies of #30886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30886D

Black with #30886D

Text Example


Text Example

White with #30886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30886D; }

 p { color: rgb(48,136,109); }

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

background-color css

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

 a { background-color: rgb(48,136,109); }

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

border-color css

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

 span { border-color: rgb(48,136,109); }

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