Html Css Color HEX #308F75 Viridian

📋 copy color: '#308F75'

red 48 ◦ green 143 ◦ blue 117

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

Shades of Viridian #308F75

Tints of Viridian #308F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 15.58%
G = 46.43%
B = 37.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#308F75 (or 0x308F75) is known color: Viridian. HEX triplet: 30, 8F and 75. RGB value is (48,143,117). Sum of RGB (Red+Green+Blue) = 48+143+117=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #308F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F75 is #CF708A. Grayscale: #6F6F6F. Windows color (decimal): -13594763 or 7704368. OLE color: 7704368.

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

Color convert

RGB 48 143 117 -
CMYK 0.66 0 0.18 0.44
HSL 163.58º 0.5% 0.37% -
HSV(B) 163.58º 0.66% 0.56% -
XYZ 14.25 21.56 20.24 -
YUV 111.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 48 143 117 0.66 0 0.18 0.44 163.58 0.5 0.37
Hex 30 8F 75 42 0 12 2C A4 32 25
Octal 60 217 165 102 0 22 54 244 62 45
Binary 110000 10001111 1110101 1000010 0 10010 101100 10100100 110010 100101

Color Harmonies of #308F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F75

Black with #308F75

Text Example


Text Example

White with #308F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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