Html Css Color HEX #30896D Viridian

📋 copy color: '#30896D'

red 48 ◦ green 137 ◦ blue 109

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

Shades of Viridian #30896D

Tints of Viridian #30896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.6%

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

R = 16.33%
G = 46.6%
B = 37.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#30896D (or 0x30896D) is known color: Viridian. HEX triplet: 30, 89 and 6D. RGB value is (48,137,109). Sum of RGB (Red+Green+Blue) = 48+137+109=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #30896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30896D is #CF7692. Grayscale: #6B6B6B. Windows color (decimal): -13596307 or 7178544. OLE color: 7178544.

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

Color convert

RGB 48 137 109 -
CMYK 0.65 0 0.20 0.46
HSL 161.12º 0.48% 0.36% -
HSV(B) 161.12º 0.65% 0.54% -
XYZ 12.92 19.62 17.57 -
YUV 107.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 48 137 109 0.65 0 0.20 0.46 161.12 0.48 0.36
Hex 30 89 6D 41 0 14 2E A1 30 24
Octal 60 211 155 101 0 24 56 241 60 44
Binary 110000 10001001 1101101 1000001 0 10100 101110 10100001 110000 100100

Color Harmonies of #30896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30896D

Black with #30896D

Text Example


Text Example

White with #30896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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