Html Css Color HEX #2F8B69 Viridian

📋 copy color: '#2F8B69'

red 47 ◦ green 139 ◦ blue 105

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

Shades of Viridian #2F8B69

Tints of Viridian #2F8B69

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.77%

 BLUE value IS 105 (41.41% from 255) = 36.08%

R = 16.15%
G = 47.77%
B = 36.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#2F8B69 (or 0x2F8B69) is known color: Viridian. HEX triplet: 2F, 8B and 69. RGB value is (47,139,105). Sum of RGB (Red+Green+Blue) = 47+139+105=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8B69 is #D07496. Grayscale: #6B6B6B. Windows color (decimal): -13661335 or 6916911. OLE color: 6916911.

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

Color convert

RGB 47 139 105 -
CMYK 0.66 0 0.24 0.45
HSL 157.83º 0.49% 0.36% -
HSV(B) 157.83º 0.66% 0.55% -
XYZ 12.95 20.09 16.56 -
YUV 107.62 126.52 84.76 -
System Red Green Blue C M Y K H S L
Decimal 47 139 105 0.66 0 0.24 0.45 157.83 0.49 0.36
Hex 2F 8B 69 42 0 18 2D 9E 31 24
Octal 57 213 151 102 0 30 55 236 61 44
Binary 101111 10001011 1101001 1000010 0 11000 101101 10011110 110001 100100

Color Harmonies of #2F8B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8B69

Black with #2F8B69

Text Example


Text Example

White with #2F8B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,139,105); }

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

background-color css

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

 a { background-color: rgb(47,139,105); }

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

border-color css

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

 span { border-color: rgb(47,139,105); }

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