Html Css Color HEX #2F896B Viridian

📋 copy color: '#2F896B'

red 47 ◦ green 137 ◦ blue 107

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

Shades of Viridian #2F896B

Tints of Viridian #2F896B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 16.15%
G = 47.08%
B = 36.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#2F896B (or 0x2F896B) is known color: Viridian. HEX triplet: 2F, 89 and 6B. RGB value is (47,137,107). Sum of RGB (Red+Green+Blue) = 47+137+107=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #2F896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F896B is #D07694. Grayscale: #6A6A6A. Windows color (decimal): -13661845 or 7047471. OLE color: 7047471.

HSL color Cylindrical-coordinate representation of color #2F896B: hue angle of 160º 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 #2F896B is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 137 107 -
CMYK 0.66 0 0.22 0.46
HSL 160º 0.49% 0.36% -
HSV(B) 160º 0.66% 0.54% -
XYZ 12.77 19.56 17.01 -
YUV 106.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 47 137 107 0.66 0 0.22 0.46 160 0.49 0.36
Hex 2F 89 6B 42 0 16 2E A0 31 24
Octal 57 211 153 102 0 26 56 240 61 44
Binary 101111 10001001 1101011 1000010 0 10110 101110 10100000 110001 100100

Color Harmonies of #2F896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F896B

Black with #2F896B

Text Example


Text Example

White with #2F896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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