Html Css Color HEX #2F8768 Viridian

📋 copy color: '#2F8768'

red 47 ◦ green 135 ◦ blue 104

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

Shades of Viridian #2F8768

Tints of Viridian #2F8768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.2%

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 16.43%
G = 47.2%
B = 36.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#2F8768 (or 0x2F8768) is known color: Viridian. HEX triplet: 2F, 87 and 68. RGB value is (47,135,104). Sum of RGB (Red+Green+Blue) = 47+135+104=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8768 is #D07897. Grayscale: #696969. Windows color (decimal): -13662360 or 6850351. OLE color: 6850351.

HSL color Cylindrical-coordinate representation of color #2F8768: hue angle of 158.86º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8768 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 135 104 -
CMYK 0.65 0 0.23 0.47
HSL 158.86º 0.48% 0.36% -
HSV(B) 158.86º 0.65% 0.53% -
XYZ 12.33 18.93 16.1 -
YUV 105.15 127.35 86.52 -
System Red Green Blue C M Y K H S L
Decimal 47 135 104 0.65 0 0.23 0.47 158.86 0.48 0.36
Hex 2F 87 68 41 0 17 2F 9F 30 24
Octal 57 207 150 101 0 27 57 237 60 44
Binary 101111 10000111 1101000 1000001 0 10111 101111 10011111 110000 100100

Color Harmonies of #2F8768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8768

Black with #2F8768

Text Example


Text Example

White with #2F8768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,135,104); }

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

background-color css

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

 a { background-color: rgb(47,135,104); }

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

border-color css

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

 span { border-color: rgb(47,135,104); }

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