Html Css Color HEX #2F8062 Viridian

📋 copy color: '#2F8062'

red 47 ◦ green 128 ◦ blue 98

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

Shades of Viridian #2F8062

Tints of Viridian #2F8062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.89%

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 17.22%
G = 46.89%
B = 35.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#2F8062 (or 0x2F8062) is known color: Viridian. HEX triplet: 2F, 80 and 62. RGB value is (47,128,98). Sum of RGB (Red+Green+Blue) = 47+128+98=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #2F8062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8062 is #D07F9D. Grayscale: #646464. Windows color (decimal): -13664158 or 6455343. OLE color: 6455343.

HSL color Cylindrical-coordinate representation of color #2F8062: hue angle of 157.78º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F8062 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 128 98 -
CMYK 0.63 0 0.23 0.50
HSL 157.78º 0.46% 0.34% -
HSV(B) 157.78º 0.63% 0.5% -
XYZ 11.1 16.92 14.24 -
YUV 100.36 126.66 89.94 -
System Red Green Blue C M Y K H S L
Decimal 47 128 98 0.63 0 0.23 0.50 157.78 0.46 0.34
Hex 2F 80 62 3F 0 17 32 9E 2E 22
Octal 57 200 142 77 0 27 62 236 56 42
Binary 101111 10000000 1100010 111111 0 10111 110010 10011110 101110 100010

Color Harmonies of #2F8062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8062

Black with #2F8062

Text Example


Text Example

White with #2F8062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,128,98); }

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

background-color css

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

 a { background-color: rgb(47,128,98); }

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

border-color css

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

 span { border-color: rgb(47,128,98); }

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