Html Css Color HEX #308A71 Viridian

📋 copy color: '#308A71'

red 48 ◦ green 138 ◦ blue 113

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

Shades of Viridian #308A71

Tints of Viridian #308A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.15%

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

R = 16.05%
G = 46.15%
B = 37.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#308A71 (or 0x308A71) is known color: Viridian. HEX triplet: 30, 8A and 71. RGB value is (48,138,113). Sum of RGB (Red+Green+Blue) = 48+138+113=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #308A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308A71 is #CF758E. Grayscale: #6C6C6C. Windows color (decimal): -13596047 or 7440944. OLE color: 7440944.

HSL color Cylindrical-coordinate representation of color #308A71: hue angle of 163.33º 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 #308A71 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 138 113 -
CMYK 0.65 0 0.18 0.46
HSL 163.33º 0.48% 0.36% -
HSV(B) 163.33º 0.65% 0.54% -
XYZ 13.29 20 18.78 -
YUV 108.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 48 138 113 0.65 0 0.18 0.46 163.33 0.48 0.36
Hex 30 8A 71 41 0 12 2E A3 30 24
Octal 60 212 161 101 0 22 56 243 60 44
Binary 110000 10001010 1110001 1000001 0 10010 101110 10100011 110000 100100

Color Harmonies of #308A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308A71

Black with #308A71

Text Example


Text Example

White with #308A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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