Html Css Color HEX #308F71 Viridian

📋 copy color: '#308F71'

red 48 ◦ green 143 ◦ blue 113

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

Shades of Viridian #308F71

Tints of Viridian #308F71

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.04%

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 15.79%
G = 47.04%
B = 37.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#308F71 (or 0x308F71) is known color: Viridian. HEX triplet: 30, 8F and 71. RGB value is (48,143,113). Sum of RGB (Red+Green+Blue) = 48+143+113=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 143 - color contains mainly: green. Hex color #308F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F71 is #CF708E. Grayscale: #6F6F6F. Windows color (decimal): -13594767 or 7442224. OLE color: 7442224.

HSL color Cylindrical-coordinate representation of color #308F71: hue angle of 161.05º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F71 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 143 113 -
CMYK 0.66 0 0.21 0.44
HSL 161.05º 0.5% 0.37% -
HSV(B) 161.05º 0.66% 0.56% -
XYZ 14.02 21.47 19.03 -
YUV 111.18 129.03 82.94 -
System Red Green Blue C M Y K H S L
Decimal 48 143 113 0.66 0 0.21 0.44 161.05 0.5 0.37
Hex 30 8F 71 42 0 15 2C A1 32 25
Octal 60 217 161 102 0 25 54 241 62 45
Binary 110000 10001111 1110001 1000010 0 10101 101100 10100001 110010 100101

Color Harmonies of #308F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F71

Black with #308F71

Text Example


Text Example

White with #308F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,143,113); }

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

background-color css

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

 a { background-color: rgb(48,143,113); }

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

border-color css

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

 span { border-color: rgb(48,143,113); }

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