Html Css Color HEX #2F8D75 Viridian

📋 copy color: '#2F8D75'

red 47 ◦ green 141 ◦ blue 117

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

Shades of Viridian #2F8D75

Tints of Viridian #2F8D75

RGB

 RED value IS 47 (18.75% from 255) = 15.41%

 GREEN value IS 141 (55.47% from 255) = 46.23%

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

R = 15.41%
G = 46.23%
B = 38.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#2F8D75 (or 0x2F8D75) is known color: Viridian. HEX triplet: 2F, 8D and 75. RGB value is (47,141,117). Sum of RGB (Red+Green+Blue) = 47+141+117=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8D75 is #D0728A. Grayscale: #6E6E6E. Windows color (decimal): -13660811 or 7703855. OLE color: 7703855.

HSL color Cylindrical-coordinate representation of color #2F8D75: hue angle of 164.68º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8D75 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 141 117 -
CMYK 0.67 0 0.17 0.45
HSL 164.68º 0.5% 0.37% -
HSV(B) 164.68º 0.67% 0.55% -
XYZ 13.91 20.94 20.14 -
YUV 110.16 131.86 82.95 -
System Red Green Blue C M Y K H S L
Decimal 47 141 117 0.67 0 0.17 0.45 164.68 0.5 0.37
Hex 2F 8D 75 43 0 11 2D A5 32 25
Octal 57 215 165 103 0 21 55 245 62 45
Binary 101111 10001101 1110101 1000011 0 10001 101101 10100101 110010 100101

Color Harmonies of #2F8D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8D75

Black with #2F8D75

Text Example


Text Example

White with #2F8D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F8D75; }

 p { color: rgb(47,141,117); }

 H1.HeaderClassName
 {
   color: #2F8D75;
 }
 .AnyTagClassName
 {
   color: #2F8D75;
 }
</style>

background-color css

<style>
 a { background-color: #2F8D75; }

 a { background-color: rgb(47,141,117); }

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

border-color css

<style>
 span { border-color: #2F8D75; }

 span { border-color: rgb(47,141,117); }

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