Html Css Color HEX #2F8A68 Viridian

📋 copy color: '#2F8A68'

red 47 ◦ green 138 ◦ blue 104

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

Shades of Viridian #2F8A68

Tints of Viridian #2F8A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.75%

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

R = 16.26%
G = 47.75%
B = 35.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#2F8A68 (or 0x2F8A68) is known color: Viridian. HEX triplet: 2F, 8A and 68. RGB value is (47,138,104). Sum of RGB (Red+Green+Blue) = 47+138+104=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8A68 is #D07597. Grayscale: #6A6A6A. Windows color (decimal): -13661592 or 6851119. OLE color: 6851119.

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

Color convert

RGB 47 138 104 -
CMYK 0.66 0 0.25 0.46
HSL 157.58º 0.49% 0.36% -
HSV(B) 157.58º 0.66% 0.54% -
XYZ 12.76 19.78 16.24 -
YUV 106.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 47 138 104 0.66 0 0.25 0.46 157.58 0.49 0.36
Hex 2F 8A 68 42 0 19 2E 9E 31 24
Octal 57 212 150 102 0 31 56 236 61 44
Binary 101111 10001010 1101000 1000010 0 11001 101110 10011110 110001 100100

Color Harmonies of #2F8A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8A68

Black with #2F8A68

Text Example


Text Example

White with #2F8A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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