Html Css Color HEX #308A72 Viridian

📋 copy color: '#308A72'

red 48 ◦ green 138 ◦ blue 114

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

Shades of Viridian #308A72

Tints of Viridian #308A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38%

R = 16%
G = 46%
B = 38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#308A72 (or 0x308A72) is known color: Viridian. HEX triplet: 30, 8A and 72. RGB value is (48,138,114). Sum of RGB (Red+Green+Blue) = 48+138+114=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #308A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308A72 is #CF758D. Grayscale: #6C6C6C. Windows color (decimal): -13596046 or 7506480. OLE color: 7506480.

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

Color convert

RGB 48 138 114 -
CMYK 0.65 0 0.17 0.46
HSL 164º 0.48% 0.36% -
HSV(B) 164º 0.65% 0.54% -
XYZ 13.34 20.02 19.08 -
YUV 108.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 48 138 114 0.65 0 0.17 0.46 164 0.48 0.36
Hex 30 8A 72 41 0 11 2E A4 30 24
Octal 60 212 162 101 0 21 56 244 60 44
Binary 110000 10001010 1110010 1000001 0 10001 101110 10100100 110000 100100

Color Harmonies of #308A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308A72

Black with #308A72

Text Example


Text Example

White with #308A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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