Html Css Color HEX #2F816D Genoa

📋 copy color: '#2F816D'

red 47 ◦ green 129 ◦ blue 109

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

Shades of Genoa #2F816D

Tints of Genoa #2F816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.26%

 BLUE value IS 109 (42.97% from 255) = 38.25%

R = 16.49%
G = 45.26%
B = 38.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#2F816D (or 0x2F816D) is known color: Genoa. HEX triplet: 2F, 81 and 6D. RGB value is (47,129,109). Sum of RGB (Red+Green+Blue) = 47+129+109=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #2F816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F816D is #D07E92. Grayscale: #666666. Windows color (decimal): -13663891 or 7176495. OLE color: 7176495.

HSL color Cylindrical-coordinate representation of color #2F816D: hue angle of 165.37º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F816D is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 129 109 -
CMYK 0.64 0 0.16 0.49
HSL 165.37º 0.47% 0.35% -
HSV(B) 165.37º 0.64% 0.51% -
XYZ 11.78 17.41 17.21 -
YUV 102.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 47 129 109 0.64 0 0.16 0.49 165.37 0.47 0.35
Hex 2F 81 6D 40 0 10 31 A5 2F 23
Octal 57 201 155 100 0 20 61 245 57 43
Binary 101111 10000001 1101101 1000000 0 10000 110001 10100101 101111 100011

Color Harmonies of #2F816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F816D

Black with #2F816D

Text Example


Text Example

White with #2F816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,129,109); }

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

background-color css

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

 a { background-color: rgb(47,129,109); }

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

border-color css

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

 span { border-color: rgb(47,129,109); }

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