Html Css Color HEX #2F3211 Green Waterloo

📋 copy color: '#2F3211'

red 47 ◦ green 50 ◦ blue 17

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

Shades of Green Waterloo #2F3211

Tints of Green Waterloo #2F3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.86%

 BLUE value IS 17 (7.03% from 255) = 14.91%

R = 41.23%
G = 43.86%
B = 14.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#2F3211 (or 0x2F3211) is known color: Green Waterloo. HEX triplet: 2F, 32 and 11. RGB value is (47,50,17). Sum of RGB (Red+Green+Blue) = 47+50+17=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #2F3211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3211 is #D0CDEE. Grayscale: #2D2D2D. Windows color (decimal): -13684207 or 1126959. OLE color: 1126959.

HSL color Cylindrical-coordinate representation of color #2F3211: hue angle of 65.45º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F3211 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 50 17 -
CMYK 0.06 0 0.66 0.80
HSL 65.45º 0.49% 0.13% -
HSV(B) 65.45º 0.66% 0.2% -
XYZ 2.41 2.93 0.97 -
YUV 45.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 47 50 17 0.06 0 0.66 0.80 65.45 0.49 0.13
Hex 2F 32 11 6 0 42 50 41 31 D
Octal 57 62 21 6 0 102 120 101 61 15
Binary 101111 110010 10001 110 0 1000010 1010000 1000001 110001 1101

Color Harmonies of #2F3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3211

Black with #2F3211

Text Example


Text Example

White with #2F3211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,50,17); }

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

background-color css

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

 a { background-color: rgb(47,50,17); }

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

border-color css

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

 span { border-color: rgb(47,50,17); }

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