Html Css Color HEX #308F6F Viridian

📋 copy color: '#308F6F'

red 48 ◦ green 143 ◦ blue 111

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

Shades of Viridian #308F6F

Tints of Viridian #308F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 15.89%
G = 47.35%
B = 36.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#308F6F (or 0x308F6F) is known color: Viridian. HEX triplet: 30, 8F and 6F. RGB value is (48,143,111). Sum of RGB (Red+Green+Blue) = 48+143+111=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 143 - color contains mainly: green. Hex color #308F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F6F is #CF7090. Grayscale: #6E6E6E. Windows color (decimal): -13594769 or 7311152. OLE color: 7311152.

HSL color Cylindrical-coordinate representation of color #308F6F: hue angle of 159.79º 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 #308F6F is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 143 111 -
CMYK 0.66 0 0.22 0.44
HSL 159.79º 0.5% 0.37% -
HSV(B) 159.79º 0.66% 0.56% -
XYZ 13.91 21.42 18.44 -
YUV 110.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 48 143 111 0.66 0 0.22 0.44 159.79 0.5 0.37
Hex 30 8F 6F 42 0 16 2C A0 32 25
Octal 60 217 157 102 0 26 54 240 62 45
Binary 110000 10001111 1101111 1000010 0 10110 101100 10100000 110010 100101

Color Harmonies of #308F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F6F

Black with #308F6F

Text Example


Text Example

White with #308F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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