Html Css Color HEX #308D77 Viridian

📋 copy color: '#308D77'

red 48 ◦ green 141 ◦ blue 119

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

Shades of Viridian #308D77

Tints of Viridian #308D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.78%

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 15.58%
G = 45.78%
B = 38.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#308D77 (or 0x308D77) is known color: Viridian. HEX triplet: 30, 8D and 77. RGB value is (48,141,119). Sum of RGB (Red+Green+Blue) = 48+141+119=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #308D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D77 is #CF7288. Grayscale: #6E6E6E. Windows color (decimal): -13595273 or 7834928. OLE color: 7834928.

HSL color Cylindrical-coordinate representation of color #308D77: hue angle of 165.81º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D77 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 119 -
CMYK 0.66 0 0.16 0.45
HSL 165.81º 0.49% 0.37% -
HSV(B) 165.81º 0.66% 0.55% -
XYZ 14.07 21.01 20.77 -
YUV 110.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 48 141 119 0.66 0 0.16 0.45 165.81 0.49 0.37
Hex 30 8D 77 42 0 10 2D A6 31 25
Octal 60 215 167 102 0 20 55 246 61 45
Binary 110000 10001101 1110111 1000010 0 10000 101101 10100110 110001 100101

Color Harmonies of #308D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D77

Black with #308D77

Text Example


Text Example

White with #308D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308D77; }

 p { color: rgb(48,141,119); }

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

background-color css

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

 a { background-color: rgb(48,141,119); }

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

border-color css

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

 span { border-color: rgb(48,141,119); }

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