Html Css Color HEX #308A6D Viridian

📋 copy color: '#308A6D'

red 48 ◦ green 138 ◦ blue 109

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

Shades of Viridian #308A6D

Tints of Viridian #308A6D

RGB

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

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

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

R = 16.27%
G = 46.78%
B = 36.95%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#308A6D (or 0x308A6D) is known color: Viridian. HEX triplet: 30, 8A and 6D. RGB value is (48,138,109). Sum of RGB (Red+Green+Blue) = 48+138+109=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #308A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308A6D is #CF7592. Grayscale: #6B6B6B. Windows color (decimal): -13596051 or 7178800. OLE color: 7178800.

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

Color convert

RGB 48 138 109 -
CMYK 0.65 0 0.21 0.46
HSL 160.67º 0.48% 0.36% -
HSV(B) 160.67º 0.65% 0.54% -
XYZ 13.07 19.91 17.62 -
YUV 107.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 48 138 109 0.65 0 0.21 0.46 160.67 0.48 0.36
Hex 30 8A 6D 41 0 15 2E A1 30 24
Octal 60 212 155 101 0 25 56 241 60 44
Binary 110000 10001010 1101101 1000001 0 10101 101110 10100001 110000 100100

Color Harmonies of #308A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308A6D

Black with #308A6D

Text Example


Text Example

White with #308A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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