Html Css Color HEX #2F896A Viridian

📋 copy color: '#2F896A'

red 47 ◦ green 137 ◦ blue 106

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

Shades of Viridian #2F896A

Tints of Viridian #2F896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.24%

 BLUE value IS 106 (41.8% from 255) = 36.55%

R = 16.21%
G = 47.24%
B = 36.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#2F896A (or 0x2F896A) is known color: Viridian. HEX triplet: 2F, 89 and 6A. RGB value is (47,137,106). Sum of RGB (Red+Green+Blue) = 47+137+106=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #2F896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F896A is #D07695. Grayscale: #6A6A6A. Windows color (decimal): -13661846 or 6981935. OLE color: 6981935.

HSL color Cylindrical-coordinate representation of color #2F896A: hue angle of 159.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F896A is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 137 106 -
CMYK 0.66 0 0.23 0.46
HSL 159.33º 0.49% 0.36% -
HSV(B) 159.33º 0.66% 0.54% -
XYZ 12.72 19.54 16.74 -
YUV 106.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 47 137 106 0.66 0 0.23 0.46 159.33 0.49 0.36
Hex 2F 89 6A 42 0 17 2E 9F 31 24
Octal 57 211 152 102 0 27 56 237 61 44
Binary 101111 10001001 1101010 1000010 0 10111 101110 10011111 110001 100100

Color Harmonies of #2F896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F896A

Black with #2F896A

Text Example


Text Example

White with #2F896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,137,106); }

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

background-color css

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

 a { background-color: rgb(47,137,106); }

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

border-color css

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

 span { border-color: rgb(47,137,106); }

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