Html Css Color HEX #2F8565 Viridian

📋 copy color: '#2F8565'

red 47 ◦ green 133 ◦ blue 101

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

Shades of Viridian #2F8565

Tints of Viridian #2F8565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.33%

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 16.73%
G = 47.33%
B = 35.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#2F8565 (or 0x2F8565) is known color: Viridian. HEX triplet: 2F, 85 and 65. RGB value is (47,133,101). Sum of RGB (Red+Green+Blue) = 47+133+101=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8565 is #D07A9A. Grayscale: #676767. Windows color (decimal): -13662875 or 6653231. OLE color: 6653231.

HSL color Cylindrical-coordinate representation of color #2F8565: hue angle of 157.67º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8565 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 133 101 -
CMYK 0.65 0 0.24 0.48
HSL 157.67º 0.48% 0.35% -
HSV(B) 157.67º 0.65% 0.52% -
XYZ 11.91 18.32 15.22 -
YUV 103.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 47 133 101 0.65 0 0.24 0.48 157.67 0.48 0.35
Hex 2F 85 65 41 0 18 30 9E 30 23
Octal 57 205 145 101 0 30 60 236 60 43
Binary 101111 10000101 1100101 1000001 0 11000 110000 10011110 110000 100011

Color Harmonies of #2F8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8565

Black with #2F8565

Text Example


Text Example

White with #2F8565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,101); }

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

background-color css

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

 a { background-color: rgb(47,133,101); }

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

border-color css

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

 span { border-color: rgb(47,133,101); }

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