Html Css Color HEX #2F8C74 Viridian

📋 copy color: '#2F8C74'

red 47 ◦ green 140 ◦ blue 116

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

Shades of Viridian #2F8C74

Tints of Viridian #2F8C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.2%

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 15.51%
G = 46.2%
B = 38.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#2F8C74 (or 0x2F8C74) is known color: Viridian. HEX triplet: 2F, 8C and 74. RGB value is (47,140,116). Sum of RGB (Red+Green+Blue) = 47+140+116=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #2F8C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8C74 is #D0738B. Grayscale: #6D6D6D. Windows color (decimal): -13661068 or 7638063. OLE color: 7638063.

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

Color convert

RGB 47 140 116 -
CMYK 0.66 0 0.17 0.45
HSL 164.52º 0.5% 0.37% -
HSV(B) 164.52º 0.66% 0.55% -
XYZ 13.7 20.62 19.78 -
YUV 109.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 47 140 116 0.66 0 0.17 0.45 164.52 0.5 0.37
Hex 2F 8C 74 42 0 11 2D A5 32 25
Octal 57 214 164 102 0 21 55 245 62 45
Binary 101111 10001100 1110100 1000010 0 10001 101101 10100101 110010 100101

Color Harmonies of #2F8C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8C74

Black with #2F8C74

Text Example


Text Example

White with #2F8C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,140,116); }

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

background-color css

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

 a { background-color: rgb(47,140,116); }

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

border-color css

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

 span { border-color: rgb(47,140,116); }

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