Html Css Color HEX #2F836E Genoa

📋 copy color: '#2F836E'

red 47 ◦ green 131 ◦ blue 110

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

Shades of Genoa #2F836E

Tints of Genoa #2F836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.49%

 BLUE value IS 110 (43.36% from 255) = 38.19%

R = 16.32%
G = 45.49%
B = 38.19%

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

#2F836E (or 0x2F836E) is known color: Genoa. HEX triplet: 2F, 83 and 6E. RGB value is (47,131,110). Sum of RGB (Red+Green+Blue) = 47+131+110=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #2F836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F836E is #D07C91. Grayscale: #676767. Windows color (decimal): -13663378 or 7242543. OLE color: 7242543.

HSL color Cylindrical-coordinate representation of color #2F836E: hue angle of 165º 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 #2F836E is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 131 110 -
CMYK 0.64 0 0.16 0.49
HSL 165º 0.47% 0.35% -
HSV(B) 165º 0.64% 0.51% -
XYZ 12.1 17.96 17.58 -
YUV 103.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 47 131 110 0.64 0 0.16 0.49 165 0.47 0.35
Hex 2F 83 6E 40 0 10 31 A5 2F 23
Octal 57 203 156 100 0 20 61 245 57 43
Binary 101111 10000011 1101110 1000000 0 10000 110001 10100101 101111 100011

Color Harmonies of #2F836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F836E

Black with #2F836E

Text Example


Text Example

White with #2F836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,131,110); }

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

background-color css

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

 a { background-color: rgb(47,131,110); }

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

border-color css

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

 span { border-color: rgb(47,131,110); }

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