Html Css Color HEX #30866B Viridian

📋 copy color: '#30866B'

red 48 ◦ green 134 ◦ blue 107

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

Shades of Viridian #30866B

Tints of Viridian #30866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 16.61%
G = 46.37%
B = 37.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#30866B (or 0x30866B) is known color: Viridian. HEX triplet: 30, 86 and 6B. RGB value is (48,134,107). Sum of RGB (Red+Green+Blue) = 48+134+107=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #30866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30866B is #CF7994. Grayscale: #696969. Windows color (decimal): -13597077 or 7046704. OLE color: 7046704.

HSL color Cylindrical-coordinate representation of color #30866B: hue angle of 161.16º 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 #30866B is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 107 -
CMYK 0.64 0 0.20 0.47
HSL 161.16º 0.47% 0.36% -
HSV(B) 161.16º 0.64% 0.53% -
XYZ 12.4 18.74 16.87 -
YUV 105.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 48 134 107 0.64 0 0.20 0.47 161.16 0.47 0.36
Hex 30 86 6B 40 0 14 2F A1 2F 24
Octal 60 206 153 100 0 24 57 241 57 44
Binary 110000 10000110 1101011 1000000 0 10100 101111 10100001 101111 100100

Color Harmonies of #30866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30866B

Black with #30866B

Text Example


Text Example

White with #30866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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