Html Css Color HEX #30866C Viridian

📋 copy color: '#30866C'

red 48 ◦ green 134 ◦ blue 108

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

Shades of Viridian #30866C

Tints of Viridian #30866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.21%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 16.55%
G = 46.21%
B = 37.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#30866C (or 0x30866C) is known color: Viridian. HEX triplet: 30, 86 and 6C. RGB value is (48,134,108). Sum of RGB (Red+Green+Blue) = 48+134+108=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #30866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30866C is #CF7993. Grayscale: #696969. Windows color (decimal): -13597076 or 7112240. OLE color: 7112240.

HSL color Cylindrical-coordinate representation of color #30866C: hue angle of 161.86º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30866C is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 108 -
CMYK 0.64 0 0.19 0.47
HSL 161.86º 0.47% 0.36% -
HSV(B) 161.86º 0.64% 0.53% -
XYZ 12.45 18.76 17.15 -
YUV 105.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 48 134 108 0.64 0 0.19 0.47 161.86 0.47 0.36
Hex 30 86 6C 40 0 13 2F A2 2F 24
Octal 60 206 154 100 0 23 57 242 57 44
Binary 110000 10000110 1101100 1000000 0 10011 101111 10100010 101111 100100

Color Harmonies of #30866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30866C

Black with #30866C

Text Example


Text Example

White with #30866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30866C; }

 p { color: rgb(48,134,108); }

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

background-color css

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

 a { background-color: rgb(48,134,108); }

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

border-color css

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

 span { border-color: rgb(48,134,108); }

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